diff options
Diffstat (limited to 'drivers/gles2/SCsub')
-rw-r--r-- | drivers/gles2/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gles2/SCsub b/drivers/gles2/SCsub index 2471dd3739..9923e52c73 100644 --- a/drivers/gles2/SCsub +++ b/drivers/gles2/SCsub @@ -2,6 +2,6 @@ Import('env') -env.add_source_files(env.drivers_sources,"*.cpp") +env.add_source_files(env.drivers_sources, "*.cpp") SConscript("shaders/SCsub") |