summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWoazboat <f.kargl@posteo.de>2015-04-29 01:39:08 +0200
committerWoazboat <f.kargl@posteo.de>2015-04-29 01:39:08 +0200
commit723aca2bfa5b4baa019bcbd07199bdd5d58ca8ff (patch)
tree3597c9e1c4c4d39b1634fb5e1191348571e689a4
parentFixed comments according to cs (diff)
downloadcuberite-723aca2bfa5b4baa019bcbd07199bdd5d58ca8ff.tar
cuberite-723aca2bfa5b4baa019bcbd07199bdd5d58ca8ff.tar.gz
cuberite-723aca2bfa5b4baa019bcbd07199bdd5d58ca8ff.tar.bz2
cuberite-723aca2bfa5b4baa019bcbd07199bdd5d58ca8ff.tar.lz
cuberite-723aca2bfa5b4baa019bcbd07199bdd5d58ca8ff.tar.xz
cuberite-723aca2bfa5b4baa019bcbd07199bdd5d58ca8ff.tar.zst
cuberite-723aca2bfa5b4baa019bcbd07199bdd5d58ca8ff.zip
-rw-r--r--src/Tracer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Tracer.cpp b/src/Tracer.cpp
index 249d2a6d1..56229e443 100644
--- a/src/Tracer.cpp
+++ b/src/Tracer.cpp
@@ -148,7 +148,7 @@ void cTracer::SetValues(const Vector3f & a_Start, const Vector3f & a_Direction)
bool cTracer::Trace(const Vector3f & a_Start, const Vector3f & a_Direction, int a_Distance, bool a_LineOfSight)
{
- if(!a_Direction.HasNonZeroLength())
+ if (!a_Direction.HasNonZeroLength())
{
return false;
}