summaryrefslogtreecommitdiffhomepage
path: root/src/rglfw.c
diff options
context:
space:
mode:
authorRay San <[email protected]>2017-12-05 14:01:35 +0100
committerRay San <[email protected]>2017-12-05 14:01:35 +0100
commit3b5a26099e0cde67084481eb6048058578b30a0c (patch)
tree96fc632a06694c1fe61c681a6ba7c1c918ffeb0d /src/rglfw.c
parent33eec3157510cf76b67c9491e606f4f75f5ea2bc (diff)
downloadraylib-3b5a26099e0cde67084481eb6048058578b30a0c.tar.gz
raylib-3b5a26099e0cde67084481eb6048058578b30a0c.zip
Removed OpenAL Soft dependency on building
OpenAL Soft backend is still available in audio module, I'm thinking if exposing it for building in some way or just left it there for advance users to switch to it manually in case of necessity...
Diffstat (limited to 'src/rglfw.c')
-rw-r--r--src/rglfw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rglfw.c b/src/rglfw.c
index 5cd2c937..6518a442 100644
--- a/src/rglfw.c
+++ b/src/rglfw.c
@@ -85,7 +85,7 @@
#include "external/glfw/src/x11_monitor.c"
#include "external/glfw/src/x11_window.c"
#include "external/glfw/src/xkb_unicode.c"
- // TODO: Joistick implementation
+ // TODO: Joystick implementation
#include "external/glfw/src/null_joystick.c"
#include "external/glfw/src/posix_time.c"
#include "external/glfw/src/posix_thread.c"