summaryrefslogtreecommitdiffstats
path: root/editor/editor_node.cpp
diff options
context:
space:
mode:
authorclayjohn <claynjohn@gmail.com>2022-05-10 10:02:44 -0700
committerclayjohn <claynjohn@gmail.com>2022-05-12 10:37:27 -0700
commit652adcd5bfc569b93d8da3d1539f9a030d065eb7 (patch)
treea6f211776d4c111a0c1247c5390fd9877ff301f5 /editor/editor_node.cpp
parent2bf8831dd62c7ef4977a23e93cb58a9d1f929bd9 (diff)
downloadredot-engine-652adcd5bfc569b93d8da3d1539f9a030d065eb7.tar.gz
Basic 3D rendering
Diffstat (limited to 'editor/editor_node.cpp')
-rw-r--r--editor/editor_node.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp
index 194021669f..3b71c85422 100644
--- a/editor/editor_node.cpp
+++ b/editor/editor_node.cpp
@@ -623,8 +623,6 @@ void EditorNode::_notification(int p_what) {
ResourceImporterTexture::get_singleton()->update_imports();
- // if using a main thread only renderer, we need to update the resource previews
- EditorResourcePreview::get_singleton()->update();
} break;
case NOTIFICATION_ENTER_TREE: {