You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Adds editor_hint to Engine class
This commit is contained in:
@@ -121,4 +121,5 @@ Engine::Engine() {
|
||||
_in_fixed = false;
|
||||
_frame_ticks = 0;
|
||||
_frame_step = 0;
|
||||
editor_hint = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user