diff --git a/uilayer.cpp b/uilayer.cpp index 00175eec..cdf32076 100644 --- a/uilayer.cpp +++ b/uilayer.cpp @@ -973,7 +973,7 @@ ui_layer::render() { glMatrixMode(GL_MODELVIEW); glLoadIdentity(); - glPushAttrib( GL_ENABLE_BIT | GL_CURRENT_BIT);// | GL_COLOR_BUFFER_BIT ); // blendfunc included since 3rd party gui doesn't play nice + glPushAttrib( GL_ENABLE_BIT | GL_CURRENT_BIT | GL_COLOR_BUFFER_BIT ); // blendfunc included since 3rd party gui doesn't play nice glDisable( GL_LIGHTING ); glDisable( GL_DEPTH_TEST ); glDisable( GL_ALPHA_TEST ); diff --git a/version.h b/version.h index 3cb60cf0..19fd7f6f 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define VERSION_INFO "M7 16.06.2018, based on tmj ef5811e6" +#define VERSION_INFO "M7 16.06.2018/2, based on tmj ef5811e6"