Update Ghoul repository

Adapt to changes that absPath is not called automatically as often anymore
Remove atmosphereearth.scene
This commit is contained in:
Alexander Bock
2017-12-13 21:55:29 -05:00
parent 167222c814
commit 23a446cb2c
53 changed files with 200 additions and 211 deletions
@@ -242,9 +242,9 @@ void RenderableFieldlines::initializeGL() {
_program = OsEng.renderEngine().buildRenderProgram(
"Fieldline",
"${MODULE_FIELDLINES}/shaders/fieldline_vs.glsl",
"${MODULE_FIELDLINES}/shaders/fieldline_fs.glsl",
"${MODULE_FIELDLINES}/shaders/fieldline_gs.glsl"
absPath("${MODULE_FIELDLINES}/shaders/fieldline_vs.glsl"),
absPath("${MODULE_FIELDLINES}/shaders/fieldline_fs.glsl"),
absPath("${MODULE_FIELDLINES}/shaders/fieldline_gs.glsl")
);
}