X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=examples%2F01-hello-world.scm;fp=examples%2F01-hello-world.scm;h=38f54a3b9355f51caef4e0fc0f442f67db93b79e;hp=5269400346b7be28cd8fe239223e712adf156c6b;hb=5473c4a53d06649a3041cee0ce329e9af0eaf14e;hpb=7a8bf944735c240977443b32e33d54c81dbeba29 diff --git a/examples/01-hello-world.scm b/examples/01-hello-world.scm index 5269400..38f54a3 100644 --- a/examples/01-hello-world.scm +++ b/examples/01-hello-world.scm @@ -63,7 +63,7 @@ ;; draw everything (let ((back-buffer #t) (z-buffer #t) - (color (make #:args '(255 100 101 140)))) + (color (make #:args '(255 100 101 140)))) (while (run device) (begin-scene driver back-buffer z-buffer color) (draw-all scene-manager)