mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Update todo about wildlife density option
This commit is contained in:
parent
afe97f4d67
commit
cd29170bea
@ -162,7 +162,10 @@ fn main() -> io::Result<()> {
|
|||||||
bench = Some(params);
|
bench = Some(params);
|
||||||
// If we are trying to benchmark, don't limit the server view distance.
|
// If we are trying to benchmark, don't limit the server view distance.
|
||||||
server_settings.max_view_distance = None;
|
server_settings.max_view_distance = None;
|
||||||
// TODO: add setting to adjust entity spawn density
|
// TODO: add setting to adjust wildlife spawn density, note I
|
||||||
|
// tried but Index setup makes it a bit
|
||||||
|
// annoying, might require a more involved refactor to get
|
||||||
|
// working nicely
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user