2
0
Эх сурвалжийг харах

Potentially fix a random error in setMode

--HG--
branch : minor
Alex Szpakowski 9 жил өмнө
parent
commit
f118befeba

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

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