Commit 5086d380 authored by Sinus Pi's avatar Sinus Pi
Browse files

internal merge

parents 6b4d739e c389ad49
File mode changed from 100755 to 100644
...@@ -226,6 +226,7 @@ namespace NLua ...@@ -226,6 +226,7 @@ namespace NLua
*/ */
internal void ThrowError (LuaState luaState, object e) internal void ThrowError (LuaState luaState, object e)
{ {
// We use this to remove anything pushed by luaL_where // We use this to remove anything pushed by luaL_where
int oldTop = LuaLib.LuaGetTop (luaState); int oldTop = LuaLib.LuaGetTop (luaState);
......
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