Преглед изворни кода

Fixed FMOD version reference in readme

Sanjay Madhav пре 8 година
родитељ
комит
61add41043
2 измењених фајлова са 6 додато и 6 уклоњено
  1. 3 3
      External/FMOD/README.md
  2. 3 3
      README.md

+ 3 - 3
External/FMOD/README.md

@@ -1,5 +1,5 @@
 Code for Chapter 7 and beyond uses the FMOD API for audio. This requires
 a separate installation from (https://www.fmod.com/download). Download
-and install version 1.10.x of the FMOD Studio API. On Windows, install
-FMOD to the default directory. On Mac, copy the contents of the FMOD package
-into External/FMOD.
+and install version 1.09.x of the FMOD Studio API (newer versions are untested).
+On Windows, install FMOD to the default directory. On Mac, copy the contents
+of the FMOD package into External/FMOD.

+ 3 - 3
README.md

@@ -18,6 +18,6 @@ a corresponding ChapterXX-mac.xcodeproj file.
 
 Code for Chapter 7 and beyond uses the FMOD API for audio. This requires
 a separate installation from (https://www.fmod.com/download). Download
-and install version 1.10.x of the FMOD Studio API. On Windows, install
-FMOD to the default directory. On Mac, copy the contents of the FMOD package
-into External/FMOD.
+and install version 1.09.x of the FMOD Studio API (newer versions are untested).
+On Windows, install FMOD to the default directory. On Mac, copy the contents
+of the FMOD package into External/FMOD.