mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-24 01:04:02 +02:00
Fix a bug introduced with a recent commit.
This commit is contained in:
@@ -58945,6 +58945,7 @@ static ma_result ma_resource_manager_data_buffer_node_acquire(ma_resource_manage
|
||||
|
||||
if (result == MA_ALREADY_EXISTS) {
|
||||
nodeAlreadyExists = MA_TRUE;
|
||||
result = MA_SUCCESS;
|
||||
} else {
|
||||
if (result != MA_SUCCESS) {
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user