mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
fix: remove logging from CreditsWindow
This commit is contained in:
parent
aceb905c82
commit
785f8c24cf
1 changed files with 0 additions and 1 deletions
|
|
@ -178,7 +178,6 @@ Thank you for using XIVLauncher and Dalamud!
|
||||||
|
|
||||||
if (curY < maxY - 1)
|
if (curY < maxY - 1)
|
||||||
{
|
{
|
||||||
Log.Information($"{ImGui.GetScrollY()} {ImGui.GetScrollMaxY()}");
|
|
||||||
ImGui.SetScrollY(curY + 1);
|
ImGui.SetScrollY(curY + 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue