]> git.localhorst.tv Git - blank.git/blobdiff - src/graphics/shader.cpp
fancy crosshair
[blank.git] / src / graphics / shader.cpp
index 41c1faf57f33be1cfdec0b90a05c767e3f0486a6..c38f9af2d15177ab65e514044eb736faad9f0f14 100644 (file)
@@ -321,7 +321,7 @@ BlockLighting::BlockLighting()
 void BlockLighting::Activate() noexcept {
        GLContext::EnableDepthTest();
        GLContext::EnableBackfaceCulling();
-       GLContext::DisableAlphaBlending();
+       GLContext::DisableBlending();
        program.Use();
 }