mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-30 14:39:10 +07:00
Many various internal changes
This commit is contained in:
@ -240,7 +240,7 @@ task swapColors(){
|
||||
Color.argb8888ToColor(tmpc, c)
|
||||
if(tmpc.a < 0.1f) continue
|
||||
if(map.containsKey(c)){
|
||||
img.setRGB(x, y, (int) map.get(c))
|
||||
img.setRGB(x, y, (int)map.get(c))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user