summaryrefslogtreecommitdiff
path: root/chickadee.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-09-21 08:01:08 -0400
committerDavid Thompson <dthompson2@worcester.edu>2021-09-21 20:17:36 -0400
commit34dc832afcf791ccf2d7ab9bb902664102af9843 (patch)
tree53fd4346f15480414f8ade9d923a6b0f16514f63 /chickadee.scm
parentfcf4e6a1b653eb8859bb4543f1fcda1ebf8db10c (diff)
Run load hook after loading game controller mappings.
Diffstat (limited to 'chickadee.scm')
-rw-r--r--chickadee.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/chickadee.scm b/chickadee.scm
index 9956b16..dec1670 100644
--- a/chickadee.scm
+++ b/chickadee.scm
@@ -408,9 +408,9 @@ border is disabled, otherwise it is enabled.")
(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"))
+ (load)
(run-game* #:update update-sdl
#:render render-sdl-opengl
#:error on-error