diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-08-16 17:09:16 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-08-16 17:10:50 -0400 |
commit | 9a844442e9326c0420e814941bd471739ef7c6a6 (patch) | |
tree | 7fe3824194a86fb3ff5333711cc204dd63d426ba /.dir-locals.el | |
parent | ef9c8fe1966fa861758c72f1990751d330dc9b35 (diff) |
graphics: texture: Add support for cube maps.
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 9eb5b8e..15dce46 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -2,6 +2,7 @@ (scheme-mode . ((eval . (put 'sdl2:call-with-surface 'scheme-indent-function 1)) + (eval . (put 'call-with-loaded-image 'scheme-indent-function 3)) (eval . (put 'with-blend-mode 'scheme-indent-function 1)) (eval . (put 'with-polygon-mode 'scheme-indent-function 1)) (eval . (put 'with-cull-face-mode 'scheme-indent-function 1)) |