Fixed depth sorting for Sun's glare. (#868)

* Fixed depth sorting for Sun's glare.
This commit is contained in:
Jonathas Costa
2019-05-18 13:12:05 -04:00
committed by Alexander Bock
parent 0eabffe752
commit ae5392dbeb
4 changed files with 70 additions and 4 deletions

View File

@@ -243,8 +243,6 @@ void RenderableTrail::initializeGL() {
);
ghoul::opengl::updateUniformLocations(*_programObject, _uniformCache, UniformNames);
setRenderBin(Renderable::RenderBin::Overlay);
}
void RenderableTrail::deinitializeGL() {