Commit e7d8af49 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

[NLua] Fixed SubtractLua typo.

parent 45b0e721
...@@ -212,7 +212,7 @@ namespace NLua ...@@ -212,7 +212,7 @@ namespace NLua
static int SubtractLua (LuaState luaState) static int SubtractLua (LuaState luaState)
{ {
var translator = ObjectTranslatorPool.Instance.Find (luaState); var translator = ObjectTranslatorPool.Instance.Find (luaState);
return MatchOperator (luaState, "op_Multiply", translator); return MatchOperator (luaState, "op_Subtraction", translator);
} }
/* /*
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment