diff options
| author | Juan Linietsky | 2014-04-10 00:18:27 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-04-10 00:18:27 -0300 |
| commit | 7ea3e8267afaf626256c84a9a3dc61e2954fc6a2 (patch) | |
| tree | 0aa7588918b814d1781fc94e8b518c7095a0bab7 /tools/editor/editor_node.cpp | |
| parent | b4969373b3475799d6b24cdffeda4659c37f0b8a (diff) | |
| download | godot-7ea3e8267afaf626256c84a9a3dc61e2954fc6a2.tar.gz godot-7ea3e8267afaf626256c84a9a3dc61e2954fc6a2.tar.zst godot-7ea3e8267afaf626256c84a9a3dc61e2954fc6a2.zip | |
-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 'tools/editor/editor_node.cpp')
| -rw-r--r-- | tools/editor/editor_node.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp index efb0f7223..9429c1618 100644 --- a/tools/editor/editor_node.cpp +++ b/tools/editor/editor_node.cpp @@ -2708,8 +2708,6 @@ Error EditorNode::load_scene(const String& p_scene) { return ERR_FILE_NOT_FOUND; } - print_line("OPEN FILENAME: "+new_scene->get_filename()); - /* Node *old_scene = edited_scene; _hide_top_editors(); |
