You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
cleanup closed embedded processes on macos
This commit is contained in:
@@ -62,7 +62,6 @@ class EmbeddedProcessMacOS final : public EmbeddedProcessBase {
|
||||
IN_PROGRESS,
|
||||
COMPLETED,
|
||||
FAILED,
|
||||
CLOSED,
|
||||
};
|
||||
|
||||
DisplayServerMacOS *ds = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user