mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-09 01:56:47 -05:00
fixed lint errors
This commit is contained in:
parent
3e6ec4c1cc
commit
60566b3b0d
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user