Update CustomClassHandler.hx
This commit is contained in:
@@ -38,7 +38,6 @@ class CustomClassHandler implements IHScriptCustomConstructor {
|
||||
|
||||
for(variable => value in interp.variables) {
|
||||
if(variable == "this") continue;
|
||||
trace(variable, value, Reflect.isFunction(value));
|
||||
}
|
||||
|
||||
return _class;
|
||||
|
||||
Reference in New Issue
Block a user