Updating Ghoul version

Adapting OpenSpaceEngine to new Ghoul API
This commit is contained in:
Alexander Bock
2015-12-09 19:10:59 -05:00
parent cd3a819541
commit e5a3a7a80b
2 changed files with 2 additions and 2 deletions

View File

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