Skip to content

Commit

Permalink
Allow metamethods on the UDO object
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohansi committed Oct 22, 2016
1 parent 397673b commit af6d7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mond/VirtualMachine/Machine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public Machine(MondState state)
{
_state = state;
Global = new MondValue(state);
Global["__ops"] = new MondValue(MondValueType.Object);
Global["__ops"] = new MondValue(state);

_debugAction = MondDebugAction.Run;
_debugSkip = false;
Expand Down

0 comments on commit af6d7a6

Please sign in to comment.