From e3ee5607f0ec853a26851afde553019817c9d1b4 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Wed, 9 Mar 2011 03:25:52 +0000 Subject: Added serial uids --- src/common/Polygon.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/common/Polygon.java') diff --git a/src/common/Polygon.java b/src/common/Polygon.java index 9240e9c..47136a7 100644 --- a/src/common/Polygon.java +++ b/src/common/Polygon.java @@ -5,6 +5,10 @@ import javax.vecmath.*; @SuppressWarnings("restriction") public abstract class Polygon extends CollidableObject { + /** + * + */ + private static final long serialVersionUID = 3884429316406247640L; protected Vector3f normal; // Right-hand side of the plane equation: Ax + By + Cz = D protected float intercept; -- cgit v1.2.3