Browse Source

baselua fix

return 1 added after sam remark
legacy
touky 9 years ago
parent
commit
ea93e0fecc
1 changed files with 1 additions and 0 deletions
  1. +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*)); P** data = (P**)lua_newuserdata(m_state, sizeof(P*));
*data = value.m_value; *data = value.m_value;
return 1;
} }
#endif //STACK_STRING #endif //STACK_STRING




Loading…
Cancel
Save