mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-13 12:32:05 +01:00
graphics: Remove GuaranteedMaxImageSize
This commit is contained in:
parent
948c1e13fb
commit
af0d6d7a48
2
image.go
2
image.go
@ -439,8 +439,6 @@ func newImageWithScreenFramebuffer(width, height int) *Image {
|
|||||||
return i
|
return i
|
||||||
}
|
}
|
||||||
|
|
||||||
var GuaranteedMaxImageSize = 4096
|
|
||||||
|
|
||||||
// MaxImageSize is deprecated as of 1.7.0-alpha. No replacement so far.
|
// MaxImageSize is deprecated as of 1.7.0-alpha. No replacement so far.
|
||||||
//
|
//
|
||||||
// TODO: Make this replacement (#541)
|
// TODO: Make this replacement (#541)
|
||||||
|
Loading…
Reference in New Issue
Block a user