From 0aa537c44cf6924f0a63453545ebdbad315c8c51 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Wed, 22 Jun 2022 10:12:23 -0500 Subject: [fix] bug in ensure-loaded for textures --- wheelwork.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wheelwork.lisp') diff --git a/wheelwork.lisp b/wheelwork.lisp index ffa0005..fdeee48 100644 --- a/wheelwork.lisp +++ b/wheelwork.lisp @@ -202,7 +202,7 @@ order). Makes sure to remove the unit from its current container if necessary." (gl:tex-parameter :texture-2d :texture-wrap-s wrap-s) (gl:tex-parameter :texture-2d :texture-wrap-t wrap-t) (gl:tex-parameter :texture-2d :texture-min-filter min-filter) - (gl:tex-parameter :texture-2d :texture-min-filter mag-filter) + (gl:tex-parameter :texture-2d :texture-mag-filter mag-filter) (gl:tex-image-2d :texture-2d 0 internal-format -- cgit v1.2.3