X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2Fshader.cpp;h=c38f9af2d15177ab65e514044eb736faad9f0f14;hb=2c2c02796e9df82d0cda12b59aad638d40b4e8b4;hp=41c1faf57f33be1cfdec0b90a05c767e3f0486a6;hpb=282d731ea8f10342efa82012028de7043b3dd639;p=blank.git diff --git a/src/graphics/shader.cpp b/src/graphics/shader.cpp index 41c1faf..c38f9af 100644 --- a/src/graphics/shader.cpp +++ b/src/graphics/shader.cpp @@ -321,7 +321,7 @@ BlockLighting::BlockLighting() void BlockLighting::Activate() noexcept { GLContext::EnableDepthTest(); GLContext::EnableBackfaceCulling(); - GLContext::DisableAlphaBlending(); + GLContext::DisableBlending(); program.Use(); }