We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462cf1c commit 2065792Copy full SHA for 2065792
1 file changed
addons/godotvmf/entities/prop_studio.gd
@@ -29,6 +29,7 @@ func _entity_setup(_entity: VMFEntity) -> void:
29
30
VMFLogger.warn("Model not found: " + model_path);
31
VMFCache.add_logged_file(model);
32
+ return;
33
34
model_scene = ResourceLoader.load(model_path) as PackedScene;
35
VMFCache.add_cached(model, model_scene);
0 commit comments