Skip to content

Commit

Permalink
Suppress noisy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofama committed Jan 10, 2023
1 parent 6c11ad6 commit ac7e734
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wwise-gdnative/src/wwise_gdnative.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1159,7 +1159,6 @@ void Wwise::eventCallback(AkCallbackType callbackType, AkCallbackInfo* callbackI
}
else if (!core_1_1_api->godot_is_instance_valid(cookie->_owner))
{
Godot::print_warning("The Event Callback cookie object no longer exists.", __FUNCTION__, __FILE__, __LINE__);
return;
}

Expand Down

0 comments on commit ac7e734

Please sign in to comment.