summaryrefslogtreecommitdiffstats
path: root/source/ManualBindings.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/ManualBindings.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/ManualBindings.cpp b/source/ManualBindings.cpp
index 9ddd1360e..dca4e0083 100644
--- a/source/ManualBindings.cpp
+++ b/source/ManualBindings.cpp
@@ -808,7 +808,7 @@ static int tolua_cPlugin_Call(lua_State* tolua_S)
return 0;
}
- lua_pop(targetState, nresults+1); // I have no idea what I'm doing, but it works
+ lua_pop(targetState, nresults); // I have no idea what I'm doing, but it works
return nresults;
}