diff options
Diffstat (limited to 'chickadee.scm')
-rw-r--r-- | chickadee.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chickadee.scm b/chickadee.scm index 8adc313..bffb83c 100644 --- a/chickadee.scm +++ b/chickadee.scm @@ -401,6 +401,8 @@ border is disabled, otherwise it is enabled.") (current-error-port)))) ;; Turn off multisampling by default. (gl-disable (version-1-3 multisample)) + ;; Enable seamless cube maps. + (gl-enable (version-3-2 texture-cube-map-seamless)) (load) (sdl2:load-game-controller-mappings! (scope-datadir "gamecontrollerdb.txt")) |