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