From: Rene S. <sa...@us...> - 2006-08-20 21:46:45
|
Update of /cvsroot/jake2/jake2/src/jake2/util In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv353/src/jake2/util Modified Files: Vec3Cache.java Log Message: cosmetic Index: Vec3Cache.java =================================================================== RCS file: /cvsroot/jake2/jake2/src/jake2/util/Vec3Cache.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Vec3Cache.java 16 Jan 2005 15:16:44 -0000 1.1 --- Vec3Cache.java 20 Aug 2006 21:46:40 -0000 1.2 *************** *** 15,19 **** public final class Vec3Cache { - //private static Stack cache = new Stack(); private static final float[][] cache = new float[64][3]; private static int index = 0; --- 15,18 ---- |