This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
baselua fix
return 1 added after sam remark
legacy
touky
8 years ago
parent
24d9405ff3
commit
ea93e0fecc
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/lolua/baselua.h
+ 1
- 0
src/lolua/baselua.h
View File
@@ -398,6 +398,7 @@ protected:
{
P** data = (P**)lua_newuserdata(m_state, sizeof(P*));
*data = value.m_value;
return 1;
}
#endif //STACK_STRING
Write
Preview
Loading…
Cancel
Save