Stop sound event up and running.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
dd::Sound::Sound(std::string path)
|
||||
{
|
||||
m_Buffer = LoadFile(path);
|
||||
m_Path = path;
|
||||
}
|
||||
|
||||
ALuint dd::Sound::LoadFile(std::string path)
|
||||
|
||||
Reference in New Issue
Block a user