ebiten: remove old comments

This commit is contained in:
Hajime Hoshi 2023-08-27 22:02:39 +09:00
parent ead3f32df0
commit a4f8c1c1dc

View File

@ -230,8 +230,6 @@ func (i *Image) DrawImage(img *Image, options *DrawImageOptions) {
return
}
// Calculate vertices before locking because the user can do anything in
// options.ImageParts interface without deadlock (e.g. Call Image functions).
if options == nil {
options = &DrawImageOptions{}
}