summaryrefslogtreecommitdiff
path: root/scene/main/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'scene/main/SCsub')
-rw-r--r--scene/main/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/main/SCsub b/scene/main/SCsub
index 9fa89edbf7..bf9125be7f 100644
--- a/scene/main/SCsub
+++ b/scene/main/SCsub
@@ -2,6 +2,6 @@
Import('env')
-env.add_source_files(env.scene_sources,"*.cpp")
+env.add_source_files(env.scene_sources, "*.cpp")
Export('env')