Drawing player icon assets but line segment was not added to repo some app crashes.

#implement #story[1266]
This commit is contained in:
cir27
2017-09-11 22:19:08 +12:00
parent d79ff0f1cf
commit 0197de6fe3
3 changed files with 29 additions and 8 deletions
@@ -18,7 +18,7 @@ public enum ModelType {
START_LINE ("start_line.dae"),
GATE_LINE ("gate_line.dae"),
WAKE ("wake.dae"),
TRAIL_SEGMENT ("trail_segment.dae");
TRAIL_SEGMENT ("trail_segment.dae"),
PLAYER_IDENTIFIER ("player_identifier.dae");
final String filename;