Updated Ghoul version

Adapted to changed Ghoul API
Reenable fading of ScreenLog messages
This commit is contained in:
Alexander Bock
2015-12-11 16:50:21 -05:00
parent e5a3a7a80b
commit ae55078ff8
5 changed files with 4 additions and 5 deletions

View File

@@ -272,7 +272,7 @@ bool OpenSpaceEngine::create(
_engine->_console->initialize();
// Register the provided shader directories
ghoul::opengl::ShaderPreprocessor::addIncludePath("${SHADERS}");
ghoul::opengl::ShaderPreprocessor::addIncludePath(absPath("${SHADERS}"));
_engine->_syncBuffer = new SyncBuffer(1024);