diff options
Diffstat (limited to 'src/common/Sphere.java')
-rw-r--r-- | src/common/Sphere.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/Sphere.java b/src/common/Sphere.java index af755d9..edabc75 100644 --- a/src/common/Sphere.java +++ b/src/common/Sphere.java @@ -5,6 +5,10 @@ import javax.vecmath.*; @SuppressWarnings("restriction")
public class Sphere extends CollidableObject {
+ /**
+ *
+ */
+ private static final long serialVersionUID = -7821415888599737442L;
protected float radius;
public Sphere(float radius, Vector3f position) {
|