Browse Source

Potentially fix a random error in setMode

--HG--
branch : minor
Alex Szpakowski 8 years ago
parent
commit
f118befeba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/graphics/opengl/Graphics.h

+ 1 - 1
src/modules/graphics/opengl/Graphics.h

@@ -530,7 +530,7 @@ private:
 	struct CurrentPass
 	{
 		PassInfo info;
-		bool active;
+		bool active = false;
 	};
 
 	struct PassBufferInfo