diff --git a/internal/uidriver/mobile/graphics_ios.go b/internal/uidriver/mobile/graphics_ios.go index 9fff79696..07a80c3f6 100644 --- a/internal/uidriver/mobile/graphics_ios.go +++ b/internal/uidriver/mobile/graphics_ios.go @@ -28,7 +28,7 @@ import ( func (*UserInterface) Graphics() driver.Graphics { 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() }