Runtime fix for SpacecraftInstruments module

This commit is contained in:
Alexander Bock
2017-08-16 09:10:03 -04:00
parent 82fd196ddd
commit 4513c4e1e2
6 changed files with 18 additions and 18 deletions

View File

@@ -139,8 +139,8 @@ void RenderableCrawlingLine::initialize() {
RenderEngine& renderEngine = OsEng.renderEngine();
_program = renderEngine.buildRenderProgram(
"RenderableCrawlingLine",
"${MODULE_NEWHORIZONS}/shaders/crawlingline_vs.glsl",
"${MODULE_NEWHORIZONS}/shaders/crawlingline_fs.glsl"
"${MODULE_SPACECRAFTINSTRUMENTS}/shaders/crawlingline_vs.glsl",
"${MODULE_SPACECRAFTINSTRUMENTS}/shaders/crawlingline_fs.glsl"
);
glGenVertexArrays(1, &_vao);