fix flytext dirty flag

This commit is contained in:
Liam 2023-01-13 21:28:09 -05:00
parent 4c04835712
commit bd6b96a9b7

View file

@ -262,6 +262,7 @@ public sealed class FlyTextGui : IDisposable, IServiceType
tmpVal2 != val2 ||
tmpText1.ToString() != cmpText1 ||
tmpText2.ToString() != cmpText2 ||
tmpDamageTypeIcon != damageTypeIcon ||
tmpColor != color ||
tmpIcon != icon ||
Math.Abs(tmpYOffset - yOffset) > float.Epsilon;