From 38e71b73435837fb2706db83c842e6d6b7e0f5b1 Mon Sep 17 00:00:00 2001 From: stilobique-i7 Date: Sun, 23 May 2021 15:23:16 +0200 Subject: [PATCH] Fix resource path about LODSpatial node --- project.godot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.godot b/project.godot index 1705936..85ecf0d 100644 --- a/project.godot +++ b/project.godot @@ -194,7 +194,7 @@ _global_script_class_icons={ "LODCPUParticles": "res://addons/lod/lod_cpu_particles.svg", "LODOmniLight": "res://addons/lod/lod_omni_light.svg", "LODParticles": "res://addons/lod/lod_particles.svg", -"LODSpatial": "", +"LODSpatial": "res://addons/lod/lod_spatial.svg", "LODSpotLight": "res://addons/lod/lod_spot_light.svg" }