1
WME Lite / Re: I have a problem compiling for iOS
« on: April 02, 2020, 09:07:25 PM »
Try building a project from this repository. Everything should work.
https://bitbucket.org/hcdaniel/
https://bitbucket.org/hcdaniel/
Forum rules - please read before posting, it can save you a lot of time.
In the dependencies/ directory, sequentially enter the directories "FreeImage3154", "libfreetype-android" and "SDL". In each of them, call the build.sh script.
method StartMusic(Filename, Looping, LoopStart) {
if (this.GetMusic() != Filename) this.PlayMusic(Filename, Looping, LoopStart);
}