mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-08 21:17:49 +00:00
Add lookup table for Rogue Squadron SNG Setup mappings
This commit is contained in:
@@ -1244,6 +1244,7 @@ size_t Voice::getTotalVoices() const
|
||||
void Voice::kill()
|
||||
{
|
||||
m_voxState = VoiceState::Dead;
|
||||
m_backendVoice->stop();
|
||||
for (const std::shared_ptr<Voice>& vox : m_childVoices)
|
||||
vox->kill();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user