Skip to content

Commit

Permalink
Fixed bug causing compass freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
3vcloud committed Jun 29, 2024
1 parent 6110df0 commit 2abdbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GWToolboxdll/Widgets/Minimap/Minimap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ namespace {
};
if(frame && packet.position && frame->IsCreated() && frame->IsVisible() != packet.position->visible())
return GW::UI::SendUIMessage(GW::UI::UIMessage::kUIPositionChanged, &packet);
return true;
return false;
}

CompassContext* compass_context = nullptr;
Expand Down

0 comments on commit 2abdbc5

Please sign in to comment.