You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HXSound: Added new load() method for pre-loading sound resources into HXSound. load() takes a List parameter of sound resources. Use this method for better performance if many sound effects are utilized.
HXSound: reinitialize(): Resolved SoundPool initialization logic for Gingerbread devices.
HXMusic / HXSound: Renamed several methods (resumeMusic() -> resume()).