typo/bug fix

This commit is contained in:
Felix Angell 2018-05-12 20:12:14 +01:00
parent a55934a3a5
commit c20675b2a6

View File

@ -221,7 +221,7 @@ func (n *View) OnUpdate() bool {
}
}
buff := n.getCurrentBuff()
buff := n.getCurrentBuffPane()
if buff != nil {
buff.OnUpdate()
}