mirror of
https://github.com/love2d/love.git
synced 2026-08-18 03:34:23 +02:00
Make openURL call on linux non-blocking, because the spawned processes are not guaranteed to fork into the background, and enable automatic zombie cleanup to deal with that change (note: the return value is now slightly less accurate)
This commit is contained in:
@@ -48,6 +48,7 @@ public:
|
||||
POWER_MAX_ENUM
|
||||
};
|
||||
|
||||
System();
|
||||
virtual ~System() {}
|
||||
|
||||
// Implements Module.
|
||||
|
||||
Reference in New Issue
Block a user