Minor Change

Removed a comment from Point3D. We don't need to cache hashes since
HashMap does so internally.
This commit is contained in:
SenseiKiwi
2013-07-15 17:00:09 -04:00
parent 1ac934b5e4
commit 3e096c0074

View File

@@ -77,8 +77,6 @@ public class Point3D implements Serializable {
//For instance, points that are within the same chunk or within a few neighboring chunks. Only the low-order
//bits of each component would differ. I'll use 8 bits from Y and the 12 bits from X and Z. ~SenseiKiwi
//The result of this could be cached but that would break serialization for this class! >_<
int bit;
int hash;
int index;