summaryrefslogtreecommitdiffhomepage
path: root/src/object.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object.hpp')
-rw-r--r--src/object.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object.hpp b/src/object.hpp
index fca4640d..41ea1f97 100644
--- a/src/object.hpp
+++ b/src/object.hpp
@@ -75,7 +75,7 @@ struct object
virtual void set_bbox(Vector2b offset, Vector2b bbox_offset, Vector2ub bbox_size, pass_mode pass);
object_type type_of() const noexcept;
- static Pair<global_coords, Vector2b> normalize_coords(global_coords coord, Vector2b cur_offset, Vector2i delta);
+ static point normalize_coords(global_coords coord, Vector2b cur_offset, Vector2i delta);
virtual bool is_dynamic() const;
bool can_rotate(rotation new_r);