3a2ca68af3
Also remove unnecessary `Export('env')` in other SCsubs, Export should only be used when exporting *new* objects.
6 lines
117 B
Python
6 lines
117 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
|
|
if 'GLES3_GLSL' in env['BUILDERS']:
|
|
env.GLES3_GLSL('lens_distorted.glsl');
|