diff --git a/gui/view.go b/gui/view.go index 0d691be..c352c44 100644 --- a/gui/view.go +++ b/gui/view.go @@ -221,7 +221,7 @@ func (n *View) OnUpdate() bool { } } - buff := n.getCurrentBuff() + buff := n.getCurrentBuffPane() if buff != nil { buff.OnUpdate() }