Nicolas Cannasse 19 سال پیش
والد
کامیت
b332adc01f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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