mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 15:09:19 +02:00
remove 0.04 blend limit
This commit is contained in:
@@ -828,7 +828,7 @@ opengl_renderer::setup_drawing( bool const Alpha ) {
|
|||||||
if( true == Alpha ) {
|
if( true == Alpha ) {
|
||||||
|
|
||||||
::glEnable( GL_BLEND );
|
::glEnable( GL_BLEND );
|
||||||
::glAlphaFunc( GL_GREATER, 0.04f );
|
::glAlphaFunc( GL_GREATER, 0.0f );
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
::glDisable( GL_BLEND );
|
::glDisable( GL_BLEND );
|
||||||
|
|||||||
Reference in New Issue
Block a user