mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
internal/atlas: bug fix: wrong size setting
This commit is contained in:
parent
818e27302c
commit
5e4652c4f8
@ -32,8 +32,8 @@ var (
|
||||
)
|
||||
|
||||
func SetImageSizeForTesting(min, max int) {
|
||||
oldMinSize = min
|
||||
oldMaxSize = max
|
||||
oldMinSize = minSize
|
||||
oldMaxSize = maxSize
|
||||
minSize = min
|
||||
maxSize = max
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user