HEIGHTMAP_SQUARE
has index 17
This commit is contained in:
parent
24e16a1850
commit
7dfbe7bfaf
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,6 @@ public class BCLDecorators {
|
||||||
static {
|
static {
|
||||||
Class<?>[] classes = Features.class.getDeclaredClasses();
|
Class<?>[] classes = Features.class.getDeclaredClasses();
|
||||||
Field[] fields = classes[1].getDeclaredFields(); // Decorators class
|
Field[] fields = classes[1].getDeclaredFields(); // Decorators class
|
||||||
HEIGHTMAP_SQUARE = getDecorator(fields, 27);
|
HEIGHTMAP_SQUARE = getDecorator(fields, 17);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue