mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
examples/flappy: typo
This commit is contained in:
parent
30cc36b1ba
commit
d2eeca3067
@ -459,7 +459,7 @@ func (g *GameWithCRTEffect) DrawFinalScreen(screen ebiten.FinalScreen, offscreen
|
||||
if g.crtShader == nil {
|
||||
s, err := ebiten.NewShader(crtGo)
|
||||
if err != nil {
|
||||
panic(fmt.Sprintf("flappy: filed to compiled the CRT shader: %v", err))
|
||||
panic(fmt.Sprintf("flappy: failed to compiled the CRT shader: %v", err))
|
||||
}
|
||||
g.crtShader = s
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user