16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-19 05:29:17 +02:00

remove 0.04 blend limit

This commit is contained in:
milek7
2017-12-26 00:16:25 +01:00
parent 9d08eff911
commit d1889e28f4

View File

@@ -828,7 +828,7 @@ opengl_renderer::setup_drawing( bool const Alpha ) {
if( true == Alpha ) {
::glEnable( GL_BLEND );
::glAlphaFunc( GL_GREATER, 0.04f );
::glAlphaFunc( GL_GREATER, 0.0f );
}
else {
::glDisable( GL_BLEND );