diff options
| author | Juan Linietsky <reduzio@gmail.com> | 2014-04-10 00:18:27 -0300 |
|---|---|---|
| committer | Juan Linietsky <reduzio@gmail.com> | 2014-04-10 00:18:27 -0300 |
| commit | 7ea3e8267afaf626256c84a9a3dc61e2954fc6a2 (patch) | |
| tree | 0aa7588918b814d1781fc94e8b518c7095a0bab7 /main/main.cpp | |
| parent | b4969373b3475799d6b24cdffeda4659c37f0b8a (diff) | |
| download | redot-engine-7ea3e8267afaf626256c84a9a3dc61e2954fc6a2.tar.gz | |
-Fixed a few bugs in Viewport
-Made a few demos using Viewport to show it's true power!
-Fixed some start-up error messages.
Diffstat (limited to 'main/main.cpp')
| -rw-r--r-- | main/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/main.cpp b/main/main.cpp index 64d16d452c..19dbbe5203 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -874,8 +874,6 @@ bool Main::start() { } } - print_line("editor: "+itos(editor)); - if (editor) Globals::get_singleton()->set("editor_active",true); |
