mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
I'm dumb as bricks
This commit is contained in:
parent
4e8cb79e89
commit
fe6638d172
1 changed files with 3 additions and 0 deletions
|
|
@ -59,6 +59,9 @@ public class ScreensaverPlugin : IFoolsPlugin
|
||||||
ImGui.Begin("Screensaver", NoInputs | NoNav | NoTitleBar | NoScrollbar | NoBackground);
|
ImGui.Begin("Screensaver", NoInputs | NoNav | NoTitleBar | NoScrollbar | NoBackground);
|
||||||
ImGui.SetWindowSize(textureSize);
|
ImGui.SetWindowSize(textureSize);
|
||||||
ImGui.Image(this.logoTexture.ImGuiHandle, textureSize);
|
ImGui.Image(this.logoTexture.ImGuiHandle, textureSize);
|
||||||
|
|
||||||
|
ImGui.End();
|
||||||
|
ImGui.PopStyleVar();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Dispose()
|
public void Dispose()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue