Changed arrow colour.

#fix
This commit is contained in:
Calum
2017-09-28 12:02:09 +13:00
parent 00e2af9c14
commit 5d7f307260
5 changed files with 25 additions and 36 deletions
@@ -338,8 +338,7 @@ public class GameView3D extends GameView{
((ChaseCamera) chaseCam).setPlayerBoat(newBoat);
((TopDownCamera) topDownCam).setPlayerBoat(newBoat);
newBoat.setMarkIndicator(
ModelFactory.importModel(ModelType.NEXT_MARK_INDICATOR).getAssets());
newBoat.setMarkIndicator(ModelFactory.importSTL("mark_pointer.stl"));
playerBoat = newBoat;
}
@@ -562,4 +561,4 @@ public class GameView3D extends GameView{
}
}
}
}
}