mirror of
https://github.com/AxioDL/amuse.git
synced 2025-12-08 21:17:49 +00:00
Commit to test list iterator against STL with better asserts
This commit is contained in:
@@ -15,7 +15,7 @@ Emitter::Emitter(Engine& engine, const AudioGroup& group, std::shared_ptr<Voice>
|
||||
void Emitter::_destroy()
|
||||
{
|
||||
Entity::_destroy();
|
||||
m_engine._destroyVoice(m_vox.get());
|
||||
m_vox->kill();
|
||||
}
|
||||
|
||||
void Emitter::setPos(const Vector3f& pos)
|
||||
|
||||
Reference in New Issue
Block a user