Nicolas Cannasse %!s(int64=19) %!d(string=hai) anos
pai
achega
b332adc01f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      std/Type.hx

+ 1 - 1
std/Type.hx

@@ -207,7 +207,7 @@ class Type {
 			e = Reflect.field(neko.Boot.__classes,path[0]);
 			var i = 1;
 			while( e != null && i < path.length ) {
-				e = Reflect.field(cl,path[i]);
+				e = Reflect.field(e,path[i]);
 				i += 1;
 			}
 		#else error