From bd69c36c3fb3b7484667a7e38cd8a3ccc32e504a Mon Sep 17 00:00:00 2001 From: Relintai Date: Fri, 20 Dec 2019 16:16:49 +0100 Subject: [PATCH] Removed mesh_data_resource from the setup script, as I shouldn't have added it in the first place. --- SConstruct | 1 - 1 file changed, 1 deletion(-) diff --git a/SConstruct b/SConstruct index 479e32a..b5128a9 100644 --- a/SConstruct +++ b/SConstruct @@ -24,7 +24,6 @@ module_repositories = [ [ ['https://github.com/Relintai/ui_extensions.git', 'git@github.com:Relintai/ui_extensions.git'], 'ui_extensions', '' ], [ ['https://github.com/Relintai/texture_packer.git', 'git@github.com:Relintai/texture_packer.git'], 'texture_packer', '' ], [ ['https://github.com/Relintai/godot_fastnoise.git', 'git@github.com:Relintai/godot_fastnoise.git'], 'fastnoise', '' ], - [ ['https://github.com/Relintai/mesh_data_resource.git', 'git@github.com:Relintai/mesh_data_resource.git'], 'mesh_data_resource', '' ], ] addon_repositories = [