diff options
Diffstat (limited to 'scene/resources/SCsub')
-rw-r--r-- | scene/resources/SCsub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/resources/SCsub b/scene/resources/SCsub index 702ed1a9bf..9c1e72f04f 100644 --- a/scene/resources/SCsub +++ b/scene/resources/SCsub @@ -2,8 +2,8 @@ Import('env') -env.add_source_files(env.scene_sources,"*.cpp") -env.add_source_files(env.scene_sources,"*.c") +env.add_source_files(env.scene_sources, "*.cpp") +env.add_source_files(env.scene_sources, "*.c") Export('env') |