summaryrefslogtreecommitdiffhomepage
path: root/draw/anim.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'draw/anim.cpp')
-rw-r--r--draw/anim.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw/anim.cpp b/draw/anim.cpp
index 5f52f680..e83bf5e5 100644
--- a/draw/anim.cpp
+++ b/draw/anim.cpp
@@ -28,7 +28,7 @@ std::array<UnsignedShort, 6> anim_mesh::make_index_array()
}
void anim_mesh::add_clickable(tile_shader& shader, const Vector2i& win_size,
- entity* s_, const chunk::topo_sort_data& data,
+ object* s_, const chunk::topo_sort_data& data,
std::vector<clickable>& list)
{
const auto& s = *s_;