1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-09 01:10:43 +00:00

fixed lint errors

This commit is contained in:
M. Sz 2020-11-10 15:09:25 +01:00
parent 3e6ec4c1cc
commit 60566b3b0d

View File

@ -195,5 +195,9 @@ func (v *Cinematics) Render(screen d2interface.Surface) {
return
}
v.cinematicsLabel.Render(screen)
err = v.cinematicsLabel.Render(screen)
if err != nil {
return
}
}