diff options
| author | reduz | 2015-12-29 18:46:21 -0300 |
|---|---|---|
| committer | reduz | 2015-12-29 18:46:21 -0300 |
| commit | 555ad5f8b7facb9835ee3533d3b3e956cce4cdd1 (patch) | |
| tree | e69f819320e20f26d686cfa6cc21125bcb0b57b3 /main/main.cpp | |
| parent | 196b3e03fc4887ed90bf6411f457e66d1e697fd8 (diff) | |
| download | godot-555ad5f8b7facb9835ee3533d3b3e956cce4cdd1.tar.gz godot-555ad5f8b7facb9835ee3533d3b3e956cce4cdd1.tar.zst godot-555ad5f8b7facb9835ee3533d3b3e956cce4cdd1.zip | |
removed wron return types, fixes #2483
removed console, which was obsolete and unused sine long long ago
Diffstat (limited to 'main/main.cpp')
| -rw-r--r-- | main/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp index 8127bba3e..4dca79fd5 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -56,7 +56,7 @@ #ifdef TOOLS_ENABLED #include "tools/editor/editor_node.h" #include "tools/editor/project_manager.h" -#include "tools/editor/console.h" + #include "tools/pck/pck_packer.h" #endif |
