diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-22 03:19:29 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-22 03:19:29 +0100 |
commit | 0fa4a8542bf9eda8bd9c28da199b3e90e04279b9 (patch) | |
tree | 8a91894a3b9eebdb8a7ef3c4b3e94d169efcf8ea /draw/anim.hpp | |
parent | 966ac722d72c8d89e621987090b19f2bde0cb58c (diff) |
wip
Diffstat (limited to 'draw/anim.hpp')
-rw-r--r-- | draw/anim.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/draw/anim.hpp b/draw/anim.hpp index 324d8c3b..2b88e7af 100644 --- a/draw/anim.hpp +++ b/draw/anim.hpp @@ -22,7 +22,6 @@ struct chunk; struct anim_mesh final { anim_mesh(); - void draw(tile_shader& shader, chunk& c); void draw(tile_shader& shader, anim_atlas& atlas, rotation r, std::size_t frame, local_coords xy); private: |