This commit is contained in:
tobid7 2022-05-15 00:09:14 +02:00
parent 7f62666017
commit 2e6d2c3cd5

View File

@ -261,10 +261,7 @@ void RenderD7::Error::DisplayError(std::string toptext, std::string errortext, i
for (int i = 0; i < 60*timesec; i++) {
RenderD7::DrawRect(0, 236, (int)(((float)i / (float)60*timesec) * 400.0f), 4, RenderD7::Color::Hex("#00ff00"));
gspWaitForVBlank();
if (i == 60*timesec) shouldbe_disabled = false;
{
/* code */
}
}
}