Search found 1 match
- Sun Apr 12, 2009 04:21
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: Missing variable initializer in LuaScriptModule
- Replies: 1
- Views: 3536
Missing variable initializer in LuaScriptModule
The current implementation of LuaScriptModule has a small bug that breaks error handling in the case where the lua_State object is not owned by the script module. The d_errFuncIndex variable is not initialized which causes the callback functors to believe they have an error handler set on debug buil...