Browse Source

Fix shirotools

Clement Espeute 1 năm trước cách đây
mục cha
commit
0779b561fb
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      hrt/impl/Gradient.hx

+ 1 - 0
hrt/impl/Gradient.hx

@@ -22,6 +22,7 @@ typedef GradientData = {
 
 class Gradient {
 
+
     public var data : GradientData = {
         stops: new Array<ColorStop>(),
         resolution: 32,