Fixed authors name

This commit is contained in:
Zyko 2024-06-14 19:00:33 +02:00
parent f34c1c081f
commit 5e40bce5c9

View File

@ -1,4 +1,4 @@
// Copyright 2024 The Ebiten Authors // Copyright 2024 The Ebitengine Authors
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
@ -32,10 +32,6 @@ const (
var ( var (
dsts = [8]*ebiten.Image{ dsts = [8]*ebiten.Image{
/*ebiten.NewImage(dstSize, dstSize),
ebiten.NewImage(dstSize, dstSize),
ebiten.NewImage(dstSize, dstSize),
ebiten.NewImage(dstSize, dstSize),*/
ebiten.NewImageWithOptions(image.Rect(0, 0, dstSize, dstSize), &ebiten.NewImageOptions{ ebiten.NewImageWithOptions(image.Rect(0, 0, dstSize, dstSize), &ebiten.NewImageOptions{
Unmanaged: true, Unmanaged: true,
}), }),