Pascal Peridont пре 19 година
родитељ
комит
76d7c69ca8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      std/neko/Random.hx

+ 1 - 1
std/neko/Random.hx

@@ -47,6 +47,6 @@ class Random {
 	static var random_new = Lib.load("std","random_new",0);
 	static var random_set_seed = Lib.load("std","random_set_seed",2);
 	static var random_int = Lib.load("std","random_int",2);
-	static var random_float = Lib.load("std","radnom_float",1);
+	static var random_float = Lib.load("std","random_float",1);
 
 }