From 7c9c892729f40d7d72a8d30225cb7746dfe5a6e8 Mon Sep 17 00:00:00 2001 From: DepressedTWM Date: Mon, 1 Jun 2026 13:25:02 -0400 Subject: [PATCH] glstate.h --- src/glstate.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/glstate.cpp b/src/glstate.cpp index 9b789ba..8d72445 100644 --- a/src/glstate.cpp +++ b/src/glstate.cpp @@ -57,8 +57,7 @@ void GLScissorTest::apply(const bool &value){ } void GLBlendMode::apply(const BlendType &value){ - switch (value) - { + switch (value){ case BlendKeepDestAlpha : gl.BlendEquation(GL_FUNC_ADD); gl.BlendFuncSeparate(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA,