mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-11-18 02:16:23 -05:00
another bugfix (#851)
This commit is contained in:
parent
0bd774aaa6
commit
7f19f7e970
@ -215,7 +215,7 @@ func (g *Inventory) renderFrame(target d2interface.Surface) error {
|
||||
case frameInventoryTopRight:
|
||||
y += h
|
||||
case frameInventoryBottomRight:
|
||||
x -= w
|
||||
x = g.originX + 1
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user