mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-23 21:19:39 +07:00
Unconditional unit draw state reset
This commit is contained in:
parent
d9ecaa701b
commit
cd0c48985d
@ -570,10 +570,10 @@ public class UnitType extends UnlockableContent{
|
||||
Draw.reset();
|
||||
a.draw(unit);
|
||||
}
|
||||
}
|
||||
|
||||
Draw.reset();
|
||||
}
|
||||
}
|
||||
|
||||
public <T extends Unit & Payloadc> void drawPayload(T unit){
|
||||
if(unit.hasPayload()){
|
||||
|
@ -11,4 +11,4 @@ android.useAndroidX=true
|
||||
#used for slow jitpack builds; TODO see if this actually works
|
||||
http.socketTimeout=80000
|
||||
http.connectionTimeout=80000
|
||||
archash=9d169d544c0c0f29eb8aca6c49246f968e8d614c
|
||||
archash=f31d58eac8bf5f1f674b0d6219c1e34ba54de2cc
|
||||
|
Loading…
Reference in New Issue
Block a user