Skip to content

Commit bceee72

Browse files
committed
Update RuleScriptedClass.hx
1 parent e685b43 commit bceee72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rulescript/macro/RuleScriptedClass.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ class RuleScriptedClass
203203
else
204204
super($a
205205
{
206-
strict ? fieldArgs : [for (i in 0...fieldArgs.length) macro args[$v{i}]]
206+
strict ? fieldArgs : [for (i in 0...args.length) macro args[$v{i}]]
207207
});
208208
} : macro {},
209209
params: [for (param in constructor.params) {name: param.name}]

0 commit comments

Comments
 (0)