rust-gamedev / rust-game-ports

Official host of games ported using Rust game libraries.
Other
122 stars 7 forks source link

Soccer-fyrox: Move sound nodes to a separate tree, and clean them on stop #54

Closed 64kramsystem closed 2 years ago

64kramsystem commented 2 years ago

It's best practice to remove the sounds after they've played, rather than immediately.