summaryrefslogtreecommitdiff
path: root/platform/osx/SCsub
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-01-08 21:29:57 +0100
committerRémi Verschelde <rverschelde@gmail.com>2017-01-08 21:33:37 +0100
commit5bfa4227b309062b3ec9651a5d0c1e560a3f9863 (patch)
tree0d8ad4e601cda85175e230a8f595aae6ea3b88c0 /platform/osx/SCsub
parentc2310b41fa71ce94c2cc127c55b39b8ba07ab4c3 (diff)
Finish replacement of joystick by joypad
Some parts were forgotten in 547a577.
Diffstat (limited to 'platform/osx/SCsub')
-rw-r--r--platform/osx/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/SCsub b/platform/osx/SCsub
index c8e0e17612..00f23687cf 100644
--- a/platform/osx/SCsub
+++ b/platform/osx/SCsub
@@ -9,7 +9,7 @@ files = [
'sem_osx.cpp',
# 'context_gl_osx.cpp',
'dir_access_osx.mm',
- 'joystick_osx.cpp',
+ 'joypad_osx.cpp',
]
env.Program('#bin/godot', files)