mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-31 21:03:43 +01:00
fix: rename ImGuiHelpers.ForceMainWindow() => ForceMainViewport()
This commit is contained in:
parent
5f03654eee
commit
7d5680badd
2 changed files with 3 additions and 3 deletions
|
|
@ -22,7 +22,7 @@ namespace Dalamud.Interface
|
|||
/// <summary>
|
||||
/// Force this ImGui window to stay inside the main game window.
|
||||
/// </summary>
|
||||
public static void ForceMainWindow() => ImGui.SetNextWindowViewport(MainViewport.ID);
|
||||
public static void ForceMainViewport() => ImGui.SetNextWindowViewport(MainViewport.ID);
|
||||
|
||||
/// <summary>
|
||||
/// Create a dummy scaled by the global Dalamud scale.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue