mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Merge pull request #99010 from Hilderin/embedding-game-process
Embed game process in editor
This commit is contained in:
@@ -408,6 +408,8 @@ bool OS::has_feature(const String &p_feature) {
|
||||
return _in_editor;
|
||||
} else if (p_feature == "editor_runtime") {
|
||||
return !_in_editor;
|
||||
} else if (p_feature == "embedded_in_editor") {
|
||||
return _embedded_in_editor;
|
||||
}
|
||||
#else
|
||||
if (p_feature == "template") {
|
||||
|
||||
Reference in New Issue
Block a user