Fixed bug that did not set cache directory correctly

Moved visibility of console into LuaConsole class
This commit is contained in:
Alexander Bock
2014-11-18 17:47:09 +01:00
parent f02234099f
commit e630f6efbb
5 changed files with 28 additions and 21 deletions
@@ -71,8 +71,6 @@ public:
void encode();
void decode();
void setInputCommand(bool b);
private:
OpenSpaceEngine(std::string programName);
~OpenSpaceEngine();
@@ -93,7 +91,6 @@ private:
SyncBuffer* _syncBuffer;
bool _inputCommand;
LuaConsole* _console;
};