We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964ca9b commit 04f9410Copy full SHA for 04f9410
1 file changed
external/script/start.lua
@@ -2546,8 +2546,8 @@ function start.updateDrawList()
2546
if hasMultipleChars and hasPortraitAnim(motif.select_info.cell.slot) then
2547
local icon = getTransforms(motif.select_info.cell.slot)
2548
icon.anim = motif.select_info.cell.slot.AnimData
2549
- icon.x = motif.select_info.pos[1] + t.x + motif.select_info.cell.slot.offset[1]
2550
- icon.y = motif.select_info.pos[2] + t.y + motif.select_info.cell.slot.offset[2]
+ icon.x = motif.select_info.pos[1] + t.x
+ icon.y = motif.select_info.pos[2] + t.y
2551
table.insert(drawList, icon)
2552
end
2553
0 commit comments