summaryrefslogtreecommitdiffhomepage
path: root/draw/anim.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'draw/anim.hpp')
-rw-r--r--draw/anim.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw/anim.hpp b/draw/anim.hpp
index a19af1e1..a9fd6011 100644
--- a/draw/anim.hpp
+++ b/draw/anim.hpp
@@ -30,7 +30,7 @@ struct anim_mesh
void draw(tile_shader& shader, anim_atlas& atlas, rotation r, size_t frame, const Vector3& pos, float depth);
void draw(tile_shader& shader, anim_atlas& atlas, rotation r, size_t frame, local_coords xy, Vector2b offset, float dpeth);
static void add_clickable(tile_shader& shader, const Vector2i& win_size,
- object* s_, const chunk::topo_sort_data& data,
+ object* s, const chunk::topo_sort_data& data,
Array<clickable>& list);
private: