SFML community forums
Help => Audio => Topic started by: jbos190 on May 21, 2014, 02:20:29 am
-
The tutorial for sounds and musics states that there is a limit to the number of simultaneous sounds and musics. My question is does a sf::Music object that is paused still contribute to this total? What about if it is stopped? Any information would be appreciated.
-
As long as the object exists, it counts.
-
As long as the object exists, it counts.
Ok, thanks for the reply.