mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 08:17:47 +01:00
feat: add some texture load debug to Data window
This commit is contained in:
parent
d6cd69508a
commit
c0e34420a7
2 changed files with 27 additions and 2 deletions
|
|
@ -251,7 +251,7 @@ namespace Dalamud
|
|||
}
|
||||
}
|
||||
|
||||
this.Data = new DataManager(this.StartInfo.Language);
|
||||
this.Data = new DataManager(this.StartInfo.Language, this.InterfaceManager);
|
||||
try
|
||||
{
|
||||
this.Data.Initialize(this.AssetDirectory.FullName);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue