mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-11 19:48:54 +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) {
|
func SetImageSizeForTesting(min, max int) {
|
||||||
oldMinSize = min
|
oldMinSize = minSize
|
||||||
oldMaxSize = max
|
oldMaxSize = maxSize
|
||||||
minSize = min
|
minSize = min
|
||||||
maxSize = max
|
maxSize = max
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user