feat: add some texture load debug to Data window

This commit is contained in:
goat 2021-04-19 22:32:26 +02:00
parent d6cd69508a
commit c0e34420a7
No known key found for this signature in database
GPG key ID: F18F057873895461
2 changed files with 27 additions and 2 deletions

View file

@ -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);