mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
internal/glfwwin: fix typo
This commit is contained in:
parent
bd2a31bdd8
commit
374f1cf8e6
@ -301,13 +301,13 @@ func (m *Monitor) GetVideoMode() (*VidMode, error) {
|
||||
}
|
||||
|
||||
func (m *Monitor) SetGamma(gamma float32) {
|
||||
panic("glfwwin: Monitor.SetGamme is not implemented")
|
||||
panic("glfwwin: Monitor.SetGamma is not implemented")
|
||||
}
|
||||
|
||||
func (m *Monitor) GetGammaRamp() *GammaRamp {
|
||||
panic("glfwwin: Monitor.GetGammeRamp is not implemented")
|
||||
panic("glfwwin: Monitor.GetGammaRamp is not implemented")
|
||||
}
|
||||
|
||||
func (m *Monitor) SetGammaRamp(ramp *GammaRamp) {
|
||||
panic("glfwwin: Monitor.SetGammeRamp is not implemented")
|
||||
panic("glfwwin: Monitor.SetGammaRamp is not implemented")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user