mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
Fixed authors name
This commit is contained in:
parent
f34c1c081f
commit
5e40bce5c9
@ -1,4 +1,4 @@
|
||||
// Copyright 2024 The Ebiten Authors
|
||||
// Copyright 2024 The Ebitengine Authors
|
||||
//
|
||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||
// you may not use this file except in compliance with the License.
|
||||
@ -32,10 +32,6 @@ const (
|
||||
|
||||
var (
|
||||
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{
|
||||
Unmanaged: true,
|
||||
}),
|
||||
|
Loading…
Reference in New Issue
Block a user