summaryrefslogtreecommitdiff
path: root/game/selectable.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/selectable.h')
-rw-r--r--game/selectable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/selectable.h b/game/selectable.h
index 9732dca..c794461 100644
--- a/game/selectable.h
+++ b/game/selectable.h
@@ -12,5 +12,5 @@ public:
virtual ~Selectable() = default;
DEFAULT_MOVE_COPY(Selectable);
- [[nodiscard]] virtual bool intersectRay(const Ray &, Position2D *, float *) const = 0;
+ [[nodiscard]] virtual bool intersectRay(const Ray &, BaryPosition &, RelativeDistance &) const = 0;
};