mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-27 02:49:18 +01:00
Suppress hint
This commit is contained in:
parent
ea633cd876
commit
517abb0c71
1 changed files with 2 additions and 0 deletions
|
|
@ -283,6 +283,8 @@ internal abstract class SharableTexture : IRefCountable, TextureLoadThrottler.IT
|
|||
return this.availableOnAccessWrapForApi9;
|
||||
|
||||
var newRefTask = this.CreateNewReference(default);
|
||||
// Cancellation is not expected for this API
|
||||
// ReSharper disable once MethodSupportsCancellation
|
||||
newRefTask.Wait();
|
||||
if (!newRefTask.IsCompletedSuccessfully)
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue