mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-28 03:19:19 +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.SetWindowSize(textureSize);
|
||||
ImGui.Image(this.logoTexture.ImGuiHandle, textureSize);
|
||||
|
||||
ImGui.End();
|
||||
ImGui.PopStyleVar();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue