Skip to content

Commit 3d55520

Browse files
Adapts gioconda.jpg path
1 parent 0adf10a commit 3d55520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/sdl/sdl1/drawings/Shapes.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ main :: IO ()
99
main = do
1010
SDL.init [InitVideo]
1111

12-
gioconda <- SDL.load "tutorials/sdl/sdl1/drawings/gioconda.jpg"
12+
gioconda <- SDL.load "assets/sdl/sdl1/drawings/gioconda.jpg"
1313

1414
screen <- SDL.setVideoMode 1024 768 32 [SWSurface]
1515
let format = SDL.surfaceGetPixelFormat screen

0 commit comments

Comments
 (0)