Browse Source

Fix shirotools

Clement Espeute 1 year ago
parent
commit
0779b561fb
1 changed files with 1 additions and 0 deletions
  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,