mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 10:40:09 -06:00
Adapt to new compile option style and fix warnings (#3773)
This commit is contained in:
@@ -831,7 +831,7 @@ void RenderableModel::render(const RenderData& data, RendererTasks&) {
|
||||
case ColorAddingBlending:
|
||||
glBlendFunc(GL_SRC_COLOR, GL_DST_COLOR);
|
||||
break;
|
||||
};
|
||||
}
|
||||
|
||||
if (!_enableDepthTest) {
|
||||
glDisable(GL_DEPTH_TEST);
|
||||
|
||||
Reference in New Issue
Block a user