mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-16 13:44:16 +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 ||
|
tmpVal2 != val2 ||
|
||||||
tmpText1.ToString() != cmpText1 ||
|
tmpText1.ToString() != cmpText1 ||
|
||||||
tmpText2.ToString() != cmpText2 ||
|
tmpText2.ToString() != cmpText2 ||
|
||||||
|
tmpDamageTypeIcon != damageTypeIcon ||
|
||||||
tmpColor != color ||
|
tmpColor != color ||
|
||||||
tmpIcon != icon ||
|
tmpIcon != icon ||
|
||||||
Math.Abs(tmpYOffset - yOffset) > float.Epsilon;
|
Math.Abs(tmpYOffset - yOffset) > float.Epsilon;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue