Skip to content

Commit

Permalink
Minor change to mixer
Browse files Browse the repository at this point in the history
  • Loading branch information
ToniLipponen committed Apr 25, 2023
1 parent 8525a35 commit 173b0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Audio/Mixer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ namespace tml::Mixer
InitializeMixer();
}

s_sounds.insert(std::pair<uint32_t, AudioType*>(id, sound));
s_sounds[id] = sound;
}

void RemoveSound(uint64_t id) noexcept
Expand Down

0 comments on commit 173b0b8

Please sign in to comment.