mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 03:08:54 +01:00
internal/uidriver/mobile: Fix the package name in a panic message
This commit is contained in:
parent
c3b4b92fa2
commit
ce86a9940c
@ -28,7 +28,7 @@ import (
|
|||||||
|
|
||||||
func (*UserInterface) Graphics() driver.Graphics {
|
func (*UserInterface) Graphics() driver.Graphics {
|
||||||
if _, err := mtl.CreateSystemDefaultDevice(); err != nil {
|
if _, err := mtl.CreateSystemDefaultDevice(); err != nil {
|
||||||
panic(fmt.Sprintf("ebiten: mtl.CreateSystemDefaultDevice failed on iOS: %v", err))
|
panic(fmt.Sprintf("mobile: mtl.CreateSystemDefaultDevice failed on iOS: %v", err))
|
||||||
}
|
}
|
||||||
return metal.Get()
|
return metal.Get()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user