Audio/Sound: Fix copy constructor not copying looping state
This commit is contained in:
@@ -37,6 +37,7 @@ namespace Nz
|
||||
SoundEmitter(sound)
|
||||
{
|
||||
SetBuffer(sound.m_buffer);
|
||||
EnableLooping(sound.IsLooping());
|
||||
}
|
||||
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user