mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-28 19:39:19 +01:00
Cleanup TextureLoadThrottler
This commit is contained in:
parent
b34a901702
commit
e2ed5258eb
5 changed files with 116 additions and 119 deletions
|
|
@ -45,7 +45,7 @@ internal sealed class ManifestResourceSharedImmediateTexture : SharedImmediateTe
|
|||
|
||||
/// <inheritdoc/>
|
||||
protected override void ReviveResources() =>
|
||||
this.UnderlyingWrap = Service<TextureLoadThrottler>.Get().CreateLoader(
|
||||
this.UnderlyingWrap = Service<TextureLoadThrottler>.Get().LoadTextureAsync(
|
||||
this,
|
||||
this.CreateTextureAsync,
|
||||
this.LoadCancellationToken);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue