X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=examples%2F02-quake3map.scm;h=4d42221d0519f10d9e16fe4f87f83c90b8878446;hp=208740127c5ba01c2d7ab41352e35911bf8499b6;hb=0c07b0db5cf3aec92ae8838490d6a83e5416d81c;hpb=875fe9360ac8c12c78a4dc1a7d6549e5900cb402 diff --git a/examples/02-quake3map.scm b/examples/02-quake3map.scm index 2087401..4d42221 100644 --- a/examples/02-quake3map.scm +++ b/examples/02-quake3map.scm @@ -89,7 +89,7 @@ (set-window-caption! device caption)) (set! last-fps fps)))) (else - ((@ (irrlicht) yield) device)))) + (yield-device device)))) ;; delete device (drop! device)