We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0adf10a commit 3d55520Copy full SHA for 3d55520
tutorials/sdl/sdl1/drawings/Shapes.hs
@@ -9,7 +9,7 @@ main :: IO ()
9
main = do
10
SDL.init [InitVideo]
11
12
- gioconda <- SDL.load "tutorials/sdl/sdl1/drawings/gioconda.jpg"
+ gioconda <- SDL.load "assets/sdl/sdl1/drawings/gioconda.jpg"
13
14
screen <- SDL.setVideoMode 1024 768 32 [SWSurface]
15
let format = SDL.surfaceGetPixelFormat screen
0 commit comments