feat: add log for scene setup complete

This commit is contained in:
goat 2021-04-17 00:16:04 +02:00
parent 052d666327
commit 40f78060bb
No known key found for this signature in database
GPG key ID: F18F057873895461

View file

@ -279,6 +279,8 @@ namespace Dalamud.Interface
}
ImGuiHelpers.MainViewport = ImGui.GetMainViewport();
Log.Information("[IM] Scene & ImGui setup OK!");
}
// Process information needed by ImGuiHelpers each frame.