More stuff fixed / Contributor list

This commit is contained in:
Anuken
2019-06-07 15:03:01 -04:00
parent 1cbf8b960a
commit 49ee821029
8 changed files with 104 additions and 91 deletions

View File

@@ -435,7 +435,7 @@ public class MobileInput extends InputHandler implements GestureListener{
TargetTrait target = player.target;
//draw targeting crosshair
if(target != null){
if(target != null && !state.isEditor()){
if(target != lastTarget){
crosshairScale = 0f;
lastTarget = target;