Remove trailing spaces

This commit is contained in:
Ray
2025-11-22 20:15:50 +01:00
parent 97707d7a6b
commit 6c3ef8d9b4
3 changed files with 14 additions and 14 deletions

View File

@@ -593,7 +593,7 @@ AudioBuffer *LoadAudioBuffer(ma_format format, ma_uint32 channels, ma_uint32 sam
// Init audio buffer values
audioBuffer->volume = 1.0f;
audioBuffer->pitch = 1.0f;
audioBuffer->pan = 0.0f; // Center
audioBuffer->pan = 0.0f; // Center
audioBuffer->callback = NULL;
audioBuffer->processor = NULL;