Changed lighting texture

This commit is contained in:
Drew Lemmy
2015-04-07 03:00:14 +01:00
parent 9a2772b614
commit c3bca9a39e
2 changed files with 1 additions and 1 deletions

View File

@@ -842,7 +842,7 @@ public class GameData {
lighting.setAlpha(hitResult.alpha);
lighting.drawCentered(hitResult.x, hitResult.y, hitResult.color);
}
// hit result
hitResults[hitResult.result].setAlpha(hitResult.alpha);
hitResults[hitResult.result].drawCentered(hitResult.x, hitResult.y);