mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Finer progress bar updates when initializing nodes
The bar is only drawn when the user will notice a change, which prevents time overheads that this commit would cause, resulting from useless draws.
This commit is contained in:
parent
2bc0165652
commit
e4f7c92cff
5 changed files with 59 additions and 10 deletions
|
@ -1998,7 +1998,7 @@ bool Game::createClient(const std::string &playername,
|
|||
}
|
||||
|
||||
// Update cached textures, meshes and materials
|
||||
client->afterContentReceived(device, g_fontengine->getFont());
|
||||
client->afterContentReceived(device);
|
||||
|
||||
/* Camera
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue