diff options
Diffstat (limited to 'game/network/network.impl.h')
-rw-r--r-- | game/network/network.impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/network/network.impl.h b/game/network/network.impl.h index 8e9e85c..4acbb6d 100644 --- a/game/network/network.impl.h +++ b/game/network/network.impl.h @@ -24,7 +24,7 @@ NetworkOf<T>::joinLinks(const Link::Ptr & l) const template<typename T> Link::Ptr -NetworkOf<T>::intersectRayLinks(const Ray & ray) const +NetworkOf<T>::intersectRayLinks(const Ray<GlobalPosition3D> & ray) const { // Click link if (const auto link = std::find_if(links.objects.begin(), links.objects.end(), |