Skip to content

Commit

Permalink
lintttt
Browse files Browse the repository at this point in the history
  • Loading branch information
amylizzle committed Jan 15, 2025
1 parent 520da17 commit 37f8194
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion OpenDreamClient/Rendering/DreamIcon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ private void UpdateAnimation() {
if (endAppearance.Invisibility != _appearance.Invisibility)
_animatedAppearance.Invisibility = endAppearance.Invisibility;
if (endAppearance.Maptext != _appearance.Maptext)
_appearance.Maptext = endAppearance.Maptext;
_animatedAppearance.Maptext = endAppearance.Maptext;

/* TODO suffix
if (endAppearance.Suffix != _appearance.Suffix)
Expand Down
1 change: 0 additions & 1 deletion OpenDreamShared/Dream/ImmutableAppearance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,6 @@ public void WriteToBuffer(NetOutgoingMessage buffer, IRobustSerializer serialize
buffer.WriteVariableInt32(MaptextOffset.Y);
}


if (MaptextSize != MutableAppearance.Default.MaptextSize) {
buffer.Write((byte)IconAppearanceProperty.MaptextSize);
buffer.WriteVariableInt32(MaptextSize.X);
Expand Down

0 comments on commit 37f8194

Please sign in to comment.