mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +01:00
fix flytext dirty flag
This commit is contained in:
parent
4c04835712
commit
bd6b96a9b7
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue