mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-05-04 20:34:47 +00:00
disabled menu system, removed activePreset - use m_activePreset
- glConsole is also probably busted git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/personal/carm/dev-1.0@245 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -123,7 +123,7 @@ totalframes++;
|
||||
|
||||
glMatrixMode( GL_PROJECTION );
|
||||
glPushMatrix();
|
||||
glLoadIdentity();
|
||||
glLoadIdentity();
|
||||
glOrtho(0.0, 1, 0.0, 1,10,40);
|
||||
|
||||
glMatrixMode( GL_MODELVIEW );
|
||||
|
||||
Reference in New Issue
Block a user