1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-23 13:43:19 +00:00

inventory:: added missing outlines

This commit is contained in:
Zeno Rogue 2022-12-04 15:35:58 +01:00
parent 0f4cb95adc
commit 9337240d49

View File

@ -544,6 +544,7 @@ EX namespace inv {
if(!hiliteclick) {
if(gg) {
initquickqueue();
poly_outline = OUTLINE_DEFAULT;
transmatrix V = atscreenpos(px, py, rad*2);
drawItemType(o, NULL, shiftless(V), icol, ticks/3 + i * 137, false);
quickqueue();