mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
Merge 1.88 fork into net5 (#911)
* Update ImGuiScene. * Update ImGuiScene. * Update ImGuiScene. * Update ImGuiScene. * Fix obsolete errors in Dalamud.
This commit is contained in:
parent
71560a1a28
commit
414812b52d
4 changed files with 6 additions and 6 deletions
|
|
@ -95,7 +95,7 @@ namespace Dalamud.Interface.Internal
|
|||
ImGui.Text(isVisible ? "Visible" : "Not Visible");
|
||||
ImGui.PopStyleColor();
|
||||
|
||||
ImGui.SameLine(ImGui.GetWindowContentRegionWidth() - 25);
|
||||
ImGui.SameLine(ImGui.GetWindowContentRegionMax().X - ImGui.GetWindowContentRegionMin().X - 25);
|
||||
if (ImGui.SmallButton("V"))
|
||||
{
|
||||
atkUnitBase->Flags ^= 0x20;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue