aboutsummaryrefslogtreecommitdiffstats
path: root/examples/hello_sdl/hello_sdl.erl
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello_sdl/hello_sdl.erl')
-rw-r--r--examples/hello_sdl/hello_sdl.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello_sdl/hello_sdl.erl b/examples/hello_sdl/hello_sdl.erl
index 4e06baf..54e0f36 100644
--- a/examples/hello_sdl/hello_sdl.erl
+++ b/examples/hello_sdl/hello_sdl.erl
@@ -4,7 +4,7 @@
-export([run/0]).
run() ->
- spawn_opt(fun init/0, [{scheduler, 0}]).
+ spawn(fun init/0).
init() ->
ok = sdl:start([video]),