Home
last modified time | relevance | path

Searched refs:attackVolumeCount (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DGameObjectCollisionSystem.java245 final int attackVolumeCount = record.attackVolumes.getCount(); in drawDebugVolumes() local
246 for (int y = 0; y < attackVolumeCount; y++) { in drawDebugVolumes()