Browse Source

select() by default

ncannasse 9 years ago
parent
commit
745a6647bd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hxd/Perlin.hx

+ 1 - 0
hxd/Perlin.hx

@@ -33,6 +33,7 @@ class Perlin {
 			gradients.push(0); // padding
 		}
 		#end
+		select();
 	}
 
 	public inline function select() {