diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-02 00:36:34 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-02 00:36:34 +0200 |
commit | 742579ca2fce1effe942928f5b94401e1e723f34 (patch) | |
tree | ba11651aecd68edc12d3f5c69c04b6c2f6c2ee79 /tile-shader.hpp | |
parent | 3dc6362599e85c9978ec4e9676ebcda3ab52beaf (diff) |
foo
Diffstat (limited to 'tile-shader.hpp')
-rw-r--r-- | tile-shader.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tile-shader.hpp b/tile-shader.hpp index bf0813ff..1c2faabf 100644 --- a/tile-shader.hpp +++ b/tile-shader.hpp @@ -16,7 +16,6 @@ struct tile_shader : GL::AbstractShaderProgram { typedef GL::Attribute<0, Vector3> Position; typedef GL::Attribute<1, Vector2> TextureCoordinates; - typedef GL::Attribute<2, int> TextureID; explicit tile_shader(); |