mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Potentially fix a random error in setMode
--HG-- branch : minor
This commit is contained in:
@@ -530,7 +530,7 @@ private:
|
||||
struct CurrentPass
|
||||
{
|
||||
PassInfo info;
|
||||
bool active;
|
||||
bool active = false;
|
||||
};
|
||||
|
||||
struct PassBufferInfo
|
||||
|
||||
Reference in New Issue
Block a user