Adapt to new compile option style and fix warnings (#3773)

This commit is contained in:
Alexander Bock
2025-08-12 14:19:45 +02:00
committed by GitHub
parent da029c2cbf
commit 19e9e2c1fb
106 changed files with 449 additions and 681 deletions

View File

@@ -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);