summaryrefslogtreecommitdiffstats
path: root/src/net/java/joglutils/msg/math
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/java/joglutils/msg/math')
-rw-r--r--src/net/java/joglutils/msg/math/Vec4f.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/java/joglutils/msg/math/Vec4f.java b/src/net/java/joglutils/msg/math/Vec4f.java
index 8b120e0..0a62382 100644
--- a/src/net/java/joglutils/msg/math/Vec4f.java
+++ b/src/net/java/joglutils/msg/math/Vec4f.java
@@ -209,6 +209,6 @@ public class Vec4f {
}
public String toString() {
- return "(" + x + ", " + y + ", " + z + ")";
+ return "(" + x + ", " + y + ", " + z + ", " + w + ")";
}
}