mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +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;
|
return this.availableOnAccessWrapForApi9;
|
||||||
|
|
||||||
var newRefTask = this.CreateNewReference(default);
|
var newRefTask = this.CreateNewReference(default);
|
||||||
|
// Cancellation is not expected for this API
|
||||||
|
// ReSharper disable once MethodSupportsCancellation
|
||||||
newRefTask.Wait();
|
newRefTask.Wait();
|
||||||
if (!newRefTask.IsCompletedSuccessfully)
|
if (!newRefTask.IsCompletedSuccessfully)
|
||||||
return null;
|
return null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue