X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;ds=sidebyside;f=gacela.lisp;h=73bc8804fe93f710ba689cc39cdf88929189bfa5;hb=3c076309ea8727753bf689c3524d20116f45a0a3;hp=45010602874f72dc9a980f767edd549e7a622535;hpb=862921d72ab5a90aee46074c40da8c0688a3a20d;p=gacela.git diff --git a/gacela.lisp b/gacela.lisp index 4501060..73bc880 100644 --- a/gacela.lisp +++ b/gacela.lisp @@ -266,8 +266,7 @@ (setq running t) (do () ((quit?)) (glClear (+ GL_COLOR_BUFFER_BIT GL_DEPTH_BUFFER_BIT)) - (glLoadIdentity) -(gluLookAt 0 0 50 0 0 0 0 1 0) + (to-origin) (when (functionp game-code) (funcall game-code)) (SDL_GL_SwapBuffers) (delay-frame)