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

@@ -382,8 +382,8 @@ bool ProjectionComponent::initializeGL() {
if (_dilation.isEnabled) {
_dilation.program = ghoul::opengl::ProgramObject::Build(
"Dilation",
"${MODULE_NEWHORIZONS}/shaders/dilation_vs.glsl",
"${MODULE_NEWHORIZONS}/shaders/dilation_fs.glsl"
"${MODULE_SPACECRAFTINSTRUMENTS}/shaders/dilation_vs.glsl",
"${MODULE_SPACECRAFTINSTRUMENTS}/shaders/dilation_fs.glsl"
);
const GLfloat plane[] = {