v0.9.3: added one forgotten cast from previous commit re: JDK 9 issues
This commit is contained in:
parent
d3ebcd0f4b
commit
304b3a4ba5
|
@ -98,7 +98,7 @@ public class Quad {
|
|||
}
|
||||
|
||||
indices.put( values );
|
||||
indices.position( 0 );
|
||||
((Buffer)indices).position( 0 );
|
||||
}
|
||||
|
||||
return indices;
|
||||
|
|
Loading…
Reference in New Issue
Block a user