From 38491f1bbe01a602c2addcb822c76350c851c0b8 Mon Sep 17 00:00:00 2001 From: Raimon Zamora Date: Thu, 27 Mar 2025 13:15:03 +0100 Subject: [PATCH] =?UTF-8?q?-=20[FIX]=20renamada=20funci=C3=B3=20del=20sist?= =?UTF-8?q?ema=20de=20log=20a=20SDL3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jail_audio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jail_audio.cpp b/jail_audio.cpp index 4e19c0c..31d720a 100644 --- a/jail_audio.cpp +++ b/jail_audio.cpp @@ -143,7 +143,7 @@ Uint32 JA_UpdateCallback(void *userdata, SDL_TimerID timerID, Uint32 interval) void JA_Init(const int freq, const SDL_AudioFormat format, const int channels) { #ifdef DEBUG - SDL_LogSetPriority(SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_PRIORITY_DEBUG); + SDL_SetLogPriority(SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_PRIORITY_DEBUG); #endif SDL_Log("Iniciant JailAudio...");