mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
docs: Update the link
This commit is contained in:
parent
07c484fa49
commit
c49815a2b2
2
image.go
2
image.go
@ -172,7 +172,7 @@ func (i *Image) disposeMipmaps() {
|
||||
// case is when you use an offscreen as a render source. An offscreen doesn't
|
||||
// share the texture atlas with high probability.
|
||||
//
|
||||
// For more performance tips, see https://github.com/hajimehoshi/ebiten/wiki/Performance-Tips.
|
||||
// For more performance tips, see https://ebiten.org/performancetips.html
|
||||
//
|
||||
// DrawImage always returns nil as of 1.5.0-alpha.
|
||||
func (i *Image) DrawImage(img *Image, options *DrawImageOptions) error {
|
||||
|
Loading…
Reference in New Issue
Block a user