Coding style adaptations

Adapt to changes in Ghoul
This commit is contained in:
Alexander Bock
2020-08-25 13:47:03 +02:00
parent 11ad1df863
commit 2cca451898
20 changed files with 47 additions and 43 deletions
@@ -682,8 +682,8 @@ void RenderableGalaxy::renderPoints(const RenderData& data) {
_pointsProgram->deactivate();
// Restores OpenGL Rendering State
global::renderEngine.openglStateCache().setBlendState();
global::renderEngine.openglStateCache().setDepthState();
global::renderEngine.openglStateCache().resetBlendState();
global::renderEngine.openglStateCache().resetDepthState();
}
void RenderableGalaxy::renderBillboards(const RenderData& data) {