mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
internal/graphicsdriver/opengl/gl: fix error message
This commit is contained in:
parent
f6f7ed3e3d
commit
31af27b926
@ -83,7 +83,7 @@ func (c *defaultContext) init() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
return fmt.Errorf("gl: failed to load libGL.so and libGLES.so")
|
||||
return fmt.Errorf("gl: failed to load libGL.so and libGLESv2.so")
|
||||
}
|
||||
|
||||
func (c *defaultContext) getProcAddress(name string) unsafe.Pointer {
|
||||
|
Loading…
Reference in New Issue
Block a user