aboutsummaryrefslogtreecommitdiff
path: root/src/server/collision/Models/ModelInstance.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/collision/Models/ModelInstance.cpp')
-rw-r--r--src/server/collision/Models/ModelInstance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/collision/Models/ModelInstance.cpp b/src/server/collision/Models/ModelInstance.cpp
index e9258fdb522..957b15e9282 100644
--- a/src/server/collision/Models/ModelInstance.cpp
+++ b/src/server/collision/Models/ModelInstance.cpp
@@ -49,7 +49,7 @@ namespace VMAP
// std::cout << "Ray crosses bound of '" << name << "'\n";
/* std::cout << "ray from:" << pRay.origin().x << ", " << pRay.origin().y << ", " << pRay.origin().z
<< " dir:" << pRay.direction().x << ", " << pRay.direction().y << ", " << pRay.direction().z
- << " t/tmax:" << time << "/" << pMaxDist;
+ << " t/tmax:" << time << '/' << pMaxDist;
std::cout << "\nBound lo:" << iBound.low().x << ", " << iBound.low().y << ", " << iBound.low().z << " hi: "
<< iBound.high().x << ", " << iBound.high().y << ", " << iBound.high().z << std::endl; */
// child bounds are defined in object space: