From 18eacf4ba682400a62a1a975f30ad1284925d248 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 8 Oct 2022 15:43:53 +0100 Subject: Split network intersect ray functions and return specific types --- game/network/network.impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game/network/network.impl.h') diff --git a/game/network/network.impl.h b/game/network/network.impl.h index afc9304..c5da3f0 100644 --- a/game/network/network.impl.h +++ b/game/network/network.impl.h @@ -23,7 +23,7 @@ NetworkOf::joinLinks(const LinkPtr & l) const } template -Network::IntersectRayResult +LinkPtr NetworkOf::intersectRayLinks(const Ray & ray) const { // Click link -- cgit v1.2.3