1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Editor: Fix multi-instance behaviour with embedded game view

Closes #107066
This commit is contained in:
Stuart Carnie
2025-06-06 07:34:49 +10:00
parent 5dd76968d8
commit afd82d7cb3
3 changed files with 8 additions and 4 deletions

View File

@@ -62,6 +62,7 @@ class EmbeddedProcessMacOS final : public EmbeddedProcessBase {
IN_PROGRESS,
COMPLETED,
FAILED,
CLOSED,
};
DisplayServerMacOS *ds = nullptr;