ouch, debug changes slipped into commit

This commit is contained in:
milek7
2018-06-16 19:13:32 +02:00
parent 8491c63f3c
commit 211dde06c8
3 changed files with 2 additions and 3 deletions

View File

@@ -2,7 +2,6 @@
#include "skydome.h"
#include "color.h"
#include "utilities.h"
#include <unistd.h>
// sky gradient based on "A practical analytic model for daylight"
// by A. J. Preetham Peter Shirley Brian Smits (University of Utah)

View File

@@ -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 );

View File

@@ -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"