summaryrefslogtreecommitdiff
path: root/scene/io/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'scene/io/SCsub')
-rw-r--r--scene/io/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/io/SCsub b/scene/io/SCsub
index 9fa89edbf7..bf9125be7f 100644
--- a/scene/io/SCsub
+++ b/scene/io/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')