mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Code cleanup
This commit is contained in:
@@ -422,7 +422,7 @@ public class TextRenderer {
|
|||||||
protected float x, y, w, h;
|
protected float x, y, w, h;
|
||||||
protected int lineNum;
|
protected int lineNum;
|
||||||
protected final boolean inReminderText;
|
protected final boolean inReminderText;
|
||||||
protected final static float ALPHA_COMPOSITE = 0.5f;
|
protected static final float ALPHA_COMPOSITE = 0.5f;
|
||||||
|
|
||||||
protected Piece(boolean inReminderText0) {
|
protected Piece(boolean inReminderText0) {
|
||||||
inReminderText = inReminderText0;
|
inReminderText = inReminderText0;
|
||||||
|
|||||||
Reference in New Issue
Block a user