LuaPlus extenssion
This commit is contained in:
@@ -89,3 +89,13 @@ glm::mat4 getMatrixFromLua(LuaPlus::LuaObject& matrix)
|
||||
glm::mat4 return_matrix = glm::identity<glm::mat4>();
|
||||
return return_matrix;
|
||||
}
|
||||
|
||||
void LuaPlusErrorFunction(const char* errorMsg)
|
||||
{
|
||||
Core::Error(errorMsg);
|
||||
}
|
||||
|
||||
namespace LuaPlus
|
||||
{
|
||||
void (*g_errorFunction)(const char*) = LuaPlusErrorFunction;
|
||||
}
|
||||
Reference in New Issue
Block a user