From 2cbb8e4114c860e1774efd40d18661aee8ab2a72 Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 6 Aug 2023 09:06:43 -0700 Subject: Fix frameset initialization --- src/interactive/canvas.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interactive/canvas.lisp') diff --git a/src/interactive/canvas.lisp b/src/interactive/canvas.lisp index 9a3515f..af54634 100644 --- a/src/interactive/canvas.lisp +++ b/src/interactive/canvas.lisp @@ -198,7 +198,7 @@ e.g., drawing a line in a particular color." (gl:bind-framebuffer :framebuffer 0))) (defun blit (canvas) - "Blits a canvas to the its texture" + "Blits a canvas to its texture" (with-slots (fbo texture data pixel-width pixel-height) canvas (gl:bind-framebuffer :framebuffer fbo) (gl:bind-texture :texture-2d (texture-id texture)) -- cgit v1.2.3