diff options
| author | Ignacio Etcheverry | 2017-08-13 16:21:45 +0200 |
|---|---|---|
| committer | Ignacio Etcheverry | 2017-08-19 01:03:12 +0200 |
| commit | fd69604bd9dc743494a7818f25f384cc7f521b33 (patch) | |
| tree | 1235c83520faa5b29eba8484b941580f35a03cb5 /core/engine.cpp | |
| parent | ff2cb35b90f5661d1bb5fb00fa657a9539449be0 (diff) | |
| download | godot-fd69604bd9dc743494a7818f25f384cc7f521b33.tar.gz godot-fd69604bd9dc743494a7818f25f384cc7f521b33.tar.zst godot-fd69604bd9dc743494a7818f25f384cc7f521b33.zip | |
Diffstat (limited to 'core/engine.cpp')
| -rw-r--r-- | core/engine.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/engine.cpp b/core/engine.cpp index c16a2903d..c8218e47a 100644 --- a/core/engine.cpp +++ b/core/engine.cpp @@ -121,4 +121,5 @@ Engine::Engine() { _in_fixed = false; _frame_ticks = 0; _frame_step = 0; + editor_hint = false; } |
