Minor cleanup

This commit is contained in:
Anuken
2020-04-08 10:54:45 -04:00
parent 7b25b09c18
commit a241d6f5bb
11 changed files with 21 additions and 25 deletions

View File

@ -180,7 +180,7 @@ public class Generators{
res.draw(ImagePacker.get(region));
for(int x = 0; x < res.width; x++){
for(int y = 0; y < res.height; y++){
Color color = overlay.getColor(x, y).a(0.3f);
Color color = overlay.getColor(x, y).a(floor.liquidOpacity);
res.draw(x, y, color);
}
}