diff options
author | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2017-08-07 17:08:15 +0200 |
---|---|---|
committer | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2017-08-07 17:08:15 +0200 |
commit | 8b275c0b0a1064a813ef14a109b64e1fce461893 (patch) | |
tree | 7bb1cc13d2eb9be2a344b4cd35f5e581df970f0d /cwd/shaders/face.fs | |
parent | 2017-08-05 (diff) | |
download | AltCraft-8b275c0b0a1064a813ef14a109b64e1fce461893.tar AltCraft-8b275c0b0a1064a813ef14a109b64e1fce461893.tar.gz AltCraft-8b275c0b0a1064a813ef14a109b64e1fce461893.tar.bz2 AltCraft-8b275c0b0a1064a813ef14a109b64e1fce461893.tar.lz AltCraft-8b275c0b0a1064a813ef14a109b64e1fce461893.tar.xz AltCraft-8b275c0b0a1064a813ef14a109b64e1fce461893.tar.zst AltCraft-8b275c0b0a1064a813ef14a109b64e1fce461893.zip |
Diffstat (limited to '')
-rw-r--r-- | cwd/shaders/face.fs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cwd/shaders/face.fs b/cwd/shaders/face.fs index 3c9904c..4710f90 100644 --- a/cwd/shaders/face.fs +++ b/cwd/shaders/face.fs @@ -7,7 +7,6 @@ in VS_OUT { } fs_in; uniform sampler2D textureAtlas; -uniform float time; uniform vec2 windowSize; vec2 TransformTextureCoord(vec4 TextureAtlasCoords, vec2 UvCoords) { |