Merge pull request #1077 from lmcintyre/flytext-fixes2

This commit is contained in:
goat 2023-01-18 00:07:47 +01:00 committed by GitHub
commit f03e1b106e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;