Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
e7d8af49
Commit
e7d8af49
authored
Aug 06, 2014
by
Vinicius Jarina
Browse files
[NLua] Fixed SubtractLua typo.
parent
45b0e721
Changes
1
Hide whitespace changes
Inline
Side-by-side
Core/NLua/Metatables.cs
View file @
e7d8af49
...
...
@@ -212,7 +212,7 @@ namespace NLua
static
int
SubtractLua
(
LuaState
luaState
)
{
var
translator
=
ObjectTranslatorPool
.
Instance
.
Find
(
luaState
);
return
MatchOperator
(
luaState
,
"op_
Multiply
"
,
translator
);
return
MatchOperator
(
luaState
,
"op_
Subtraction
"
,
translator
);
}
/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment