mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
graphicsdriver: Fix a panic message
This commit is contained in:
parent
900af20617
commit
01297fe015
@ -28,7 +28,7 @@ import (
|
||||
|
||||
func Get() driver.Graphics {
|
||||
if !driver.IsPlayground {
|
||||
panic("ebiten: a graphics driver is not implemented on this environment")
|
||||
panic("ebiten: a graphics driver is not implemented on this environment: isn't cgo disabled?")
|
||||
}
|
||||
// TODO: Implement this
|
||||
return nil
|
||||
|
Loading…
Reference in New Issue
Block a user