I'm dumb as bricks

This commit is contained in:
NotNite 2023-03-19 15:04:41 -04:00
parent 4e8cb79e89
commit fe6638d172
No known key found for this signature in database
GPG key ID: BD91A5402CCEB08A

View file

@ -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()