aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Marques2017-07-29 13:43:49 -0300
committerGitHub2017-07-29 13:43:49 -0300
commit6cd2bcad2a5eebed7b639978951eed271020a129 (patch)
treefe4c3b1c5db6d9de8247c08dcac98f86c4fed685
parentd28e9c3c0813e729195357dbb9ccd337494bc6d7 (diff)
parent357bcfcc9737041ab2edb90fa02729b0a6631423 (diff)
downloadgodot-6cd2bcad2a5eebed7b639978951eed271020a129.tar.gz
godot-6cd2bcad2a5eebed7b639978951eed271020a129.tar.zst
godot-6cd2bcad2a5eebed7b639978951eed271020a129.zip
Merge pull request #9963 from ISylvox/fix-SCsub-in-servers
Update SCsub file in /servers/ folder
Diffstat (limited to '')
-rw-r--r--servers/SCsub2
1 files changed, 0 insertions, 2 deletions
diff --git a/servers/SCsub b/servers/SCsub
index eefa6278c..df2daf722 100644
--- a/servers/SCsub
+++ b/servers/SCsub
@@ -11,8 +11,6 @@ SConscript('physics/SCsub')
SConscript('physics_2d/SCsub')
SConscript('visual/SCsub')
SConscript('audio/SCsub')
-SConscript('spatial_sound/SCsub')
-SConscript('spatial_sound_2d/SCsub')
lib = env.Library("servers", env.servers_sources)