Potentially fix a random error in setMode

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2016-11-19 23:47:33 -04:00
parent bed9bc1bae
commit f118befeba
+1 -1
View File
@@ -530,7 +530,7 @@ private:
struct CurrentPass
{
PassInfo info;
bool active;
bool active = false;
};
struct PassBufferInfo