1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-09-29 22:56:07 -04:00

removed some unused lines

This commit is contained in:
M. Sz 2020-11-10 14:44:14 +01:00
parent a19d83ca7b
commit 3e6ec4c1cc

View File

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