mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Merge pull request #1077 from lmcintyre/flytext-fixes2
This commit is contained in:
commit
f03e1b106e
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