fix: hack around actor table address acquiring

This commit is contained in:
goat 2020-03-29 16:43:52 +09:00
parent 3b9e04e7a2
commit ea8df55b9d
6 changed files with 50 additions and 8 deletions

View file

@ -30,7 +30,7 @@ namespace Dalamud.Interface
}
public bool Draw() {
ImGui.SetNextWindowSize(new Vector2(500, 500), ImGuiCond.Always);
ImGui.SetNextWindowSize(new Vector2(500, 500), ImGuiCond.FirstUseEver);
var isOpen = true;