mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-10 23:38:38 -05:00
Runtime fix for SpacecraftInstruments module
This commit is contained in:
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user