From d55ba2e58e37d352829f82fe0e4fc0df8976e2b9 Mon Sep 17 00:00:00 2001 From: Henrique Gemignani Passos Lima Date: Mon, 3 Oct 2022 19:04:56 +0300 Subject: [PATCH] Fix CSfxManager::PitchBend types Former-commit-id: 97282648b466674eef9a7c014037a70492e29679 --- include/Kyoto/Audio/CSfxManager.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Kyoto/Audio/CSfxManager.hpp b/include/Kyoto/Audio/CSfxManager.hpp index 9ee1dd8a..82b3873a 100644 --- a/include/Kyoto/Audio/CSfxManager.hpp +++ b/include/Kyoto/Audio/CSfxManager.hpp @@ -18,7 +18,7 @@ public: static void Shutdown(); static u16 TranslateSFXID(u16); - static void PitchBend(const CSfxHandle& handle, float pitch); + static void PitchBend(CSfxHandle handle, int pitch); }; #endif