1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-09 09:20:44 +00:00

another bugfix (#851)

This commit is contained in:
gravestench 2020-10-26 12:00:30 +00:00 committed by GitHub
parent 0bd774aaa6
commit 7f19f7e970
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -215,7 +215,7 @@ func (g *Inventory) renderFrame(target d2interface.Surface) error {
case frameInventoryTopRight:
y += h
case frameInventoryBottomRight:
x -= w
x = g.originX + 1
}
}