mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 07:39:19 +02:00
remove unnecessary test
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user