mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
new_sound.cpp: Compilation fix for non-TRACY
This commit is contained in:
parent
eb08e7fdca
commit
de60a2dbba
1 changed files with 2 additions and 0 deletions
|
|
@ -122,7 +122,9 @@ public:
|
|||
~SdlAudioLockHandle() { SDL_UnlockAudio(); }
|
||||
};
|
||||
|
||||
#ifdef TRACY_ENABLE
|
||||
static const char* kAudio = "Audio";
|
||||
#endif
|
||||
|
||||
void audio_callback(void* userdata, Uint8* buffer, int len)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue