Browse Source

A small fix

Panagiotis Christopoulos Charitos 13 years ago
parent
commit
8a5d1d501e
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/gl/GlState.cpp

+ 0 - 3
src/gl/GlState.cpp

@@ -67,9 +67,6 @@ void GlState::sync()
 	viewportY = viewport[1];
 	viewportW = viewport[2];
 	viewportH = viewport[3];
-
-	// pointers
-	prog = fbo = vao = std::numeric_limits<decltype(prog)>::max();
 }
 
 //==============================================================================