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 /tools/editor/editor_file_system.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 'tools/editor/editor_file_system.cpp')
| -rw-r--r-- | tools/editor/editor_file_system.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/editor/editor_file_system.cpp b/tools/editor/editor_file_system.cpp index 861b6a9e3c..daba52be03 100644 --- a/tools/editor/editor_file_system.cpp +++ b/tools/editor/editor_file_system.cpp @@ -630,7 +630,7 @@ void EditorFileSystem::scan_sources() { s.priority=Thread::PRIORITY_LOW; thread_sources = Thread::create(_thread_func_sources,this,s); //tree->hide(); - print_line("SCAN BEGIN!"); + //print_line("SCAN BEGIN!"); //progress->show(); } @@ -724,7 +724,7 @@ void EditorFileSystem::_notification(int p_what) { Thread::wait_to_finish(thread_sources); memdelete(thread_sources); thread_sources=NULL; - print_line("sources changed: "+itos(sources_changed.size())); + //print_line("sources changed: "+itos(sources_changed.size())); emit_signal("sources_changed",sources_changed.size()>0); } } else if (!scanning) { @@ -748,7 +748,7 @@ void EditorFileSystem::_notification(int p_what) { thread=NULL; emit_signal("filesystem_changed"); emit_signal("sources_changed",sources_changed.size()>0); - print_line("initial sources changed: "+itos(sources_changed.size())); + //print_line("initial sources changed: "+itos(sources_changed.size())); |
