diff options
author | Rene Stoeckel <[email protected]> | 2006-08-20 21:47:36 +0000 |
---|---|---|
committer | Rene Stoeckel <[email protected]> | 2006-08-20 21:47:36 +0000 |
commit | f33afade0c1201fb610eb6abc9a33cbeb553a43e (patch) | |
tree | e93f76587a9c5b2b2bba4b6a6afc54577e008511 /src/jake2/util | |
parent | 5a34a42ce231754c5e7a92fa9dd60ac510136274 (diff) |
cosmetic
Diffstat (limited to 'src/jake2/util')
-rw-r--r-- | src/jake2/util/Vec3Cache.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/jake2/util/Vec3Cache.java b/src/jake2/util/Vec3Cache.java index 1ec2d08..8e7ba60 100644 --- a/src/jake2/util/Vec3Cache.java +++ b/src/jake2/util/Vec3Cache.java @@ -2,7 +2,7 @@ * Vec3Cache.java * Copyright (C) 2003 * - * $Id: Vec3Cache.java,v 1.1 2005-01-16 15:16:44 cawe Exp $ + * $Id: Vec3Cache.java,v 1.2 2006-08-20 21:46:40 salomo Exp $ */ package jake2.util; @@ -14,7 +14,6 @@ package jake2.util; */ public final class Vec3Cache { - //private static Stack cache = new Stack(); private static final float[][] cache = new float[64][3]; private static int index = 0; private static int max = 0; |