summaryrefslogtreecommitdiff
path: root/include/JSystem/JGeometry.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/JSystem/JGeometry.h')
-rw-r--r--include/JSystem/JGeometry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/JGeometry.h b/include/JSystem/JGeometry.h
index 414443df..9b7ec3bc 100644
--- a/include/JSystem/JGeometry.h
+++ b/include/JSystem/JGeometry.h
@@ -259,7 +259,7 @@ struct TVec3<f32> {
}
void setLength(f32 len) {
- f32 sq = squared();
+ f32 sq = squared();
if (sq <= FLT_EPSILON * 32.0f) {
return;
}