summaryrefslogtreecommitdiffstats
path: root/src/net/java/joglutils/msg/math/Mat4f.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/java/joglutils/msg/math/Mat4f.java')
-rw-r--r--src/net/java/joglutils/msg/math/Mat4f.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/java/joglutils/msg/math/Mat4f.java b/src/net/java/joglutils/msg/math/Mat4f.java
index bc7cee0..efaa417 100644
--- a/src/net/java/joglutils/msg/math/Mat4f.java
+++ b/src/net/java/joglutils/msg/math/Mat4f.java
@@ -37,7 +37,7 @@
package net.java.joglutils.msg.math;
-import java.nio.*;
+import java.nio.FloatBuffer;
/** A (very incomplete) 4x4 matrix class. Representation assumes
row-major order and multiplication by column vectors on the