diff options
| author | Juan Linietsky | 2017-01-11 16:54:44 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-01-11 16:54:44 -0300 |
| commit | a29f942c6b08fe6e20fb8cd9b160096cf57c8ef3 (patch) | |
| tree | af836ab6967c1ed767123b74568ec79f63fdefb7 | |
| parent | 7474fc133a268eae12b7b89307cb0482e3781820 (diff) | |
| download | godot-a29f942c6b08fe6e20fb8cd9b160096cf57c8ef3.tar.gz godot-a29f942c6b08fe6e20fb8cd9b160096cf57c8ef3.tar.zst godot-a29f942c6b08fe6e20fb8cd9b160096cf57c8ef3.zip | |
| -rw-r--r-- | tools/editor/editor_settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/editor_settings.cpp b/tools/editor/editor_settings.cpp index 526144754..e396ac167 100644 --- a/tools/editor/editor_settings.cpp +++ b/tools/editor/editor_settings.cpp @@ -48,7 +48,7 @@ #include "os/keyboard.h" -# + Ref<EditorSettings> EditorSettings::singleton=NULL; |
