From a9818f2d6a0c22ff6b03a8897b3ef84d8dd6f96b Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Mon, 9 Apr 2012 18:12:32 +0200 Subject: menu/application: disable opengl depth buffer (only 2d needed) --- src/menu/application.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/menu/application.cpp') diff --git a/src/menu/application.cpp b/src/menu/application.cpp index ccc983d3..00606135 100644 --- a/src/menu/application.cpp +++ b/src/menu/application.cpp @@ -154,6 +154,7 @@ namespace usdx glMatrixMode( GL_MODELVIEW ); glLoadIdentity(); + glDisable(GL_DEPTH_TEST); } if (! display) { -- cgit v1.2.3