mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Audio component now has panning, volume, playback speed and works
This commit is contained in:
@@ -119,13 +119,6 @@ namespace Nuake {
|
||||
|
||||
ImGui::SameLine();
|
||||
|
||||
if (ImGui::Button(ICON_FA_MUSIC, ImVec2(30, 30)))
|
||||
{
|
||||
Nuake::AudioManager::Get().QueueWavAudio("jump.wav");
|
||||
}
|
||||
|
||||
ImGui::SameLine();
|
||||
|
||||
ImGui::Dummy(ImVec2(ImGui::GetContentRegionAvail().x - 120, 30));
|
||||
|
||||
ImGui::SameLine();
|
||||
|
||||
Reference in New Issue
Block a user