From 1cf7e24e512f18ef332ac2dec4466edc62977e14 Mon Sep 17 00:00:00 2001 From: HALX99 Date: Mon, 17 Aug 2020 21:15:15 +0800 Subject: [PATCH] Update readme [skip appveyor] [skip travis] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 86326b7a56..2aee68e9b3 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ ### Highlight Features: * Refactor AudioEngine, OpenAL for all platforms - * [openal-soft](https://github.com/kcat/openal-soft), pass -DBUILD_EXT_ALSOF=ON to cmake to force enable it - * [OpenAL.framework](https://opensource.apple.com/tarballs/OpenAL), if no ```BUILD_EXT_ALSOF``` option specified, cmake script will choose it on osx/ios, even through it was mark as deprecated, but still avaiable. + * [openal-soft](https://github.com/kcat/openal-soft), pass -DBUILD_EXT_ALSOFT=ON to cmake to force enable it + * [OpenAL.framework](https://opensource.apple.com/tarballs/OpenAL), if no ```BUILD_EXT_ALSOFT``` option specified, cmake script will choose it on osx/ios, even through it was mark as deprecated, but still avaiable. * Refactor UserDefault with [mio](https://github.com/mandreyel/mio), very fast * Modularize all optional extension, all move from engine core to folder extensions * Implement all .wav formats supported by ```openal-soft```, such as MS-ADPCM, ADPCM...