diff options
author | grbr404 <166065505+grbr404@users.noreply.github.com> | 2025-06-05 22:52:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-05 22:52:00 +0200 |
commit | b992c2af94ac81401b3fb9376809bf9d5f2870d2 (patch) | |
tree | f9297c5ead87cdfff9235b12c660e80a7f8fa501 /source/windowing | |
parent | 75c4d38b21cf68d37c73dba2468ebf2222825c24 (diff) |
maybe this fixes it
Diffstat (limited to 'source/windowing')
-rw-r--r-- | source/windowing/StarItemSlotWidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/windowing/StarItemSlotWidget.cpp b/source/windowing/StarItemSlotWidget.cpp index 232f5e1..a54a83b 100644 --- a/source/windowing/StarItemSlotWidget.cpp +++ b/source/windowing/StarItemSlotWidget.cpp @@ -186,6 +186,7 @@ void ItemSlotWidget::renderImpl() { } if (m_item->count() > 1 && m_showCount) { // we don't need to tell people that there's only 1 of something + uint64_t count = m_item->count(); std::string formattedCount; if (m_item->count() >= 1000000000000000000000) { // Sextillion (S) |