diff options
Diffstat (limited to 'js/lib/rdge/materials/fly-material.js')
-rw-r--r-- | js/lib/rdge/materials/fly-material.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/lib/rdge/materials/fly-material.js b/js/lib/rdge/materials/fly-material.js index ca38cc83..5e14f3af 100644 --- a/js/lib/rdge/materials/fly-material.js +++ b/js/lib/rdge/materials/fly-material.js | |||
@@ -106,6 +106,7 @@ var flyMaterialDef = | |||
106 | { | 106 | { |
107 | 'u_tex0': { 'type' : 'tex2d' }, | 107 | 'u_tex0': { 'type' : 'tex2d' }, |
108 | 'u_time' : { 'type' : 'float' }, | 108 | 'u_time' : { 'type' : 'float' }, |
109 | 'u_speed' : { 'type' : 'float' }, | ||
109 | 'u_resolution' : { 'type' : 'vec2' }, | 110 | 'u_resolution' : { 'type' : 'vec2' }, |
110 | }, | 111 | }, |
111 | 112 | ||