fix: revert d3d11 GShade workaround, not reliable

This commit is contained in:
goat 2021-10-10 19:27:41 +02:00
parent ca7d051c39
commit fcf7140293
No known key found for this signature in database
GPG key ID: 7773BB5B43BA52E5
2 changed files with 2 additions and 1 deletions

View file

@ -176,6 +176,7 @@ namespace Dalamud.Game
if (!dalamud.IsReady)
dalamud.LoadTier2();
// Plugins expect the interface to be available and ready, so we need to wait with plugins until we have init'd ImGui
if (!dalamud.IsLoadedPluginSystem && Service<InterfaceManager>.GetNullable()?.IsReady == true)
dalamud.LoadTier3();