mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 13:05:11 +00:00
GUI: fix about screen in power saving mode
This commit is contained in:
parent
1a81c6c3e7
commit
dac6231574
1 changed files with 2 additions and 0 deletions
|
@ -214,6 +214,8 @@ void FurnaceGUI::drawAbout() {
|
|||
while (aboutHue>1) aboutHue--;
|
||||
while (aboutSin>=2400) aboutSin-=2400;
|
||||
if (aboutScroll>(42*aboutCount+scrH)) aboutScroll=-20;
|
||||
|
||||
WAKE_UP;
|
||||
}
|
||||
if (ImGui::IsWindowFocused(ImGuiFocusedFlags_ChildWindows)) curWindow=GUI_WINDOW_ABOUT;
|
||||
ImGui::End();
|
||||
|
|
Loading…
Reference in a new issue