Minor fix.

--HG--
branch : dev-2.1
This commit is contained in:
Martín Lucas Golini
2018-01-07 20:51:19 -03:00
parent ef5e6a39dc
commit d025754630

View File

@@ -151,7 +151,7 @@ void Window::setup2D( const bool& KeepView ) {
BlendMode::setMode( BlendAlpha, true );
if ( GLv_3 != GLi->version() && GLv_ES2 != GLi->version() ) {
if ( GLv_3CP != GLi->version() && GLv_3 != GLi->version() && GLv_ES2 != GLi->version() ) {
#if !defined( EE_GLES2 ) || defined( EE_GLES_BOTH )
glTexEnvi( GL_POINT_SPRITE, GL_COORD_REPLACE, GL_TRUE );
#endif