aboutsummaryrefslogtreecommitdiffhomepage
path: root/wheelwork.lisp
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-06-22 10:12:23 -0500
committerColin Okay <colin@cicadas.surf>2022-06-22 10:12:23 -0500
commit0aa537c44cf6924f0a63453545ebdbad315c8c51 (patch)
treee5cedf3b061c2de0515985b87408d77d46c27b75 /wheelwork.lisp
parenteb34cd2d8798ef144425c8b4f03b7e6d9efd7f08 (diff)
[fix] bug in ensure-loaded for textures
Diffstat (limited to 'wheelwork.lisp')
-rw-r--r--wheelwork.lisp2
1 files changed, 1 insertions, 1 deletions
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