You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Also remove unnecessary `Export('env')` in other SCsubs,
Export should only be used when exporting *new* objects.
7 lines
117 B
Python
7 lines
117 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
|
|
if 'GLES3_GLSL' in env['BUILDERS']:
|
|
env.GLES3_GLSL('lens_distorted.glsl');
|