Temporary measure to reduce atlas size

This commit is contained in:
Anuken
2021-12-10 11:55:17 -05:00
parent 3e9747c59c
commit 9614997482
3 changed files with 34 additions and 7 deletions

View File

@@ -69,7 +69,6 @@ public class LightRenderer{
float u2 = lmid.u2;
float v2 = lmid.v;
Vec2 v1 = Tmp.v1.trnsExact(rot + 90f, stroke);
float lx1 = x - v1.x, ly1 = y - v1.y,
lx2 = x + v1.x, ly2 = y + v1.y,