mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Performance fixes.
This commit is contained in:
parent
5d08ada224
commit
0fd1ee0380
8 changed files with 35 additions and 36 deletions
|
@ -1871,7 +1871,6 @@ bool ClientLauncher::launch_game(std::wstring *error_message,
|
|||
simple_singleplayer_mode = menudata.simple_singleplayer_mode;
|
||||
|
||||
std::vector<WorldSpec> worldspecs = getAvailableWorlds();
|
||||
worldspecs = getAvailableWorlds();
|
||||
|
||||
if (menudata.selected_world >= 0
|
||||
&& menudata.selected_world < (int)worldspecs.size()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue