X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fworld%2FWorld.hpp;h=8754d3992e800f518dd9b5db021a8c997a80ec9b;hb=3b2fe22c33074664b0c4f24be374e4e6c1c0ed2f;hp=273bfa63abc3809a507f77889015f044515b254c;hpb=b4e5dad2ed5c7e77573de413f3bf5be88577856d;p=blank.git diff --git a/src/world/World.hpp b/src/world/World.hpp index 273bfa6..8754d39 100644 --- a/src/world/World.hpp +++ b/src/world/World.hpp @@ -49,7 +49,7 @@ public: bool Intersection( const Ray &, const glm::mat4 &M, - const Chunk::Pos &reference, + const ExactLocation::Coarse &reference, WorldCollision &); /// check if this ray hits an entity