Fix a bug introduced with a recent commit.

This commit is contained in:
David Reid
2021-07-28 20:59:29 +10:00
parent 772e75fe5e
commit ab20c9e696
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -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;