HEIGHTMAP_SQUARE has index 17

This commit is contained in:
Frank Bauer 2021-06-25 17:48:58 +02:00
parent 24e16a1850
commit 7dfbe7bfaf

View file

@ -22,6 +22,6 @@ public class BCLDecorators {
static {
Class<?>[] classes = Features.class.getDeclaredClasses();
Field[] fields = classes[1].getDeclaredFields(); // Decorators class
HEIGHTMAP_SQUARE = getDecorator(fields, 27);
HEIGHTMAP_SQUARE = getDecorator(fields, 17);
}
}