List of usage examples for com.badlogic.gdx.utils ShortArray ShortArray
public ShortArray()
From source file:com.andgate.ikou.render.TileMesh.java
License:Open Source License
public TileMesh() { vertices = new FloatArray(); indicies = new ShortArray(); }