sure
even though it can get longer when power-saving kicks in
This commit is contained in:
parent
0c16646b05
commit
e06b3ada26
2 changed files with 2 additions and 2 deletions
|
|
@ -723,7 +723,7 @@ void FurnaceGUI::drawTutorial() {
|
|||
(canvasH-ImGui::GetWindowSize().y)*0.5
|
||||
));
|
||||
|
||||
if (tutorial.popupTimer<0.6f) {
|
||||
if (tutorial.popupTimer<2.0f) {
|
||||
ImDrawList* dl=ImGui::GetForegroundDrawList();
|
||||
const ImVec2 winPos=ImGui::GetWindowPos();
|
||||
const ImVec2 txtSize=ImGui::CalcTextSize("copied!");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue