Misc cleanup

This commit is contained in:
Anuken
2021-02-17 09:15:17 -05:00
parent 080fe8c3c4
commit 00342ddaae
5 changed files with 21 additions and 6 deletions

View File

@@ -642,6 +642,7 @@ public class HudFragment extends Fragment{
}
void drawInner(Color color, float fract){
if(fract < 0) return;
if(flip){
x += width;
width = -width;