Removed FIXME.

This commit is contained in:
Kevin Ruland 2012-04-24 21:32:32 +00:00
parent 3b6cf7ea5d
commit 93c7ea784c

View File

@ -326,7 +326,7 @@ public class ComponentPreset implements Comparable<ComponentPreset> {
double d = ((Material)value).getDensity();
os.writeDouble(d);
} else if ( key.getType() == Shape.class ) {
// FIXME - this is ugly to use the ordinal but what else?
// this is ugly to use the ordinal but what else?
int i = ((Shape)value).ordinal();
os.writeInt(i);
}