mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Fix love.event.quit causing crashes and other bad behaviour if a Canvas is active. Resolves issue #1395.
This commit is contained in:
@@ -121,6 +121,8 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
void close(bool allowExceptions);
|
||||
|
||||
struct ContextAttribs
|
||||
{
|
||||
int versionMajor;
|
||||
|
||||
Reference in New Issue
Block a user