1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-26 17:15:24 +00:00
This commit is contained in:
M. Sz 2020-11-26 17:25:21 +01:00
parent 52ace1ecb3
commit 77b915f471

View File

@ -262,9 +262,7 @@ func (m *miniPanel) Toggle() {
} }
func (m *miniPanel) Open() { func (m *miniPanel) Open() {
if !m.movedLeft && !m.movedRight { m.panelGroup.SetVisible(true)
m.panelGroup.SetVisible(true)
}
if !m.menuButton.GetToggled() { if !m.menuButton.GetToggled() {
m.menuButton.Toggle() m.menuButton.Toggle()