diff options
| author | Ray San <[email protected]> | 2017-12-05 14:01:35 +0100 |
|---|---|---|
| committer | Ray San <[email protected]> | 2017-12-05 14:01:35 +0100 |
| commit | 3b5a26099e0cde67084481eb6048058578b30a0c (patch) | |
| tree | 96fc632a06694c1fe61c681a6ba7c1c918ffeb0d /src/rglfw.c | |
| parent | 33eec3157510cf76b67c9491e606f4f75f5ea2bc (diff) | |
| download | raylib-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.c | 2 |
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" |
