cull(engine-cleanup): pass-9 cascade round 2 after UILabel stub

This commit is contained in:
gamer147
2026-07-03 23:46:27 -04:00
parent 773844165b
commit 87891f9896
4 changed files with 0 additions and 40 deletions

View File

@@ -4,24 +4,9 @@ using UnityEngine;
[Serializable]
public class BMSymbol
{
public string sequence;
private bool mIsValid;
private int mLength;
private int mOffsetX;
private int mOffsetY;
private int mWidth;
private int mHeight;
private int mAdvance;
private Rect mUV;
public void MarkAsChanged()
{
mIsValid = false;