mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Adds editor_hint to Engine class
This commit is contained in:
parent
ff2cb35b90
commit
fd69604bd9
7 changed files with 32 additions and 1 deletions
|
@ -121,4 +121,5 @@ Engine::Engine() {
|
|||
_in_fixed = false;
|
||||
_frame_ticks = 0;
|
||||
_frame_step = 0;
|
||||
editor_hint = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue