fix
This commit is contained in:
parent
f0448c3080
commit
64e433593c
@ -241,6 +241,9 @@ void SlotView::drawItemInfo(
|
||||
return;
|
||||
}
|
||||
int16_t uses = usesPtr->asInteger();
|
||||
if (uses < 0) {
|
||||
return;
|
||||
}
|
||||
switch (item.usesDisplay) {
|
||||
case ItemUsesDisplay::NONE:
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user