mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Extend load screen maximum time
This commit is contained in:
parent
bd21f00f0a
commit
69579306dd
1 changed files with 1 additions and 1 deletions
|
@ -824,7 +824,7 @@ void the_game(
|
|||
bool got_content = false;
|
||||
{
|
||||
float frametime = 0.033;
|
||||
const float timeout = 5.0;
|
||||
const float timeout = 30.0;
|
||||
float time_counter = 0.0;
|
||||
for(;;)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue