OS X now doesn't crash for volumes

- Fixed a few warnings
This commit is contained in:
Jonas Strandstedt
2014-11-05 17:11:27 +01:00
parent 673e0014be
commit f85e18dc18
24 changed files with 212 additions and 93 deletions

View File

@@ -166,7 +166,7 @@ namespace {
const std::string _openspaceLibraryName = "openspace";
const std::string _luaGlobalNamespace = "_G";
const std::string _printFunctionName = "print";
const lua_CFunction _printFunctionReplacement = luascriptfunctions::printInfo;
//const lua_CFunction _printFunctionReplacement = luascriptfunctions::printInfo;
const int _setTableOffset = -3; // -1 (top) -1 (first argument) -1 (second argument)