mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-29 11:59:21 +01:00
chore: don't use ImGuiScene.TextureWrap for any external API, IDalamudTextureWrap does not inherit from ImGuiScene.TextureWrap any longer
This commit is contained in:
parent
af52da06b0
commit
6fbcd0e0e4
17 changed files with 91 additions and 78 deletions
|
|
@ -66,8 +66,8 @@ internal class DalamudInterface : IDisposable, IServiceType
|
|||
private readonly BranchSwitcherWindow branchSwitcherWindow;
|
||||
private readonly HitchSettingsWindow hitchSettingsWindow;
|
||||
|
||||
private readonly TextureWrap logoTexture;
|
||||
private readonly TextureWrap tsmLogoTexture;
|
||||
private readonly IDalamudTextureWrap logoTexture;
|
||||
private readonly IDalamudTextureWrap tsmLogoTexture;
|
||||
|
||||
private bool isCreditsDarkening = false;
|
||||
private OutCubic creditsDarkeningAnimation = new(TimeSpan.FromSeconds(10));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue