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

remove unnecessary test

This commit is contained in:
milek7
2017-12-26 00:23:16 +01:00
parent d1889e28f4
commit ba348e60f4

View File

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