summaryrefslogtreecommitdiff
path: root/src/common/Earth.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Earth.java')
-rw-r--r--src/common/Earth.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/common/Earth.java b/src/common/Earth.java
index 635e74c..627d9ac 100644
--- a/src/common/Earth.java
+++ b/src/common/Earth.java
@@ -6,6 +6,10 @@ import javax.vecmath.*;
@SuppressWarnings("restriction")
public class Earth extends Sphere {
+ /**
+ *
+ */
+ private static final long serialVersionUID = 6696594698875803920L;
protected float radius;
public Earth(float radius, Vector3f position) {