mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Revert parameter removal
This commit is contained in:
parent
bb48267827
commit
dd76438299
@ -36,7 +36,7 @@ impl IndexOwned {
|
||||
impl World {
|
||||
pub fn generate(_seed: u32) -> (Self, IndexOwned) { (Self, IndexOwned) }
|
||||
|
||||
pub fn tick(&self) {}
|
||||
pub fn tick(&self, dt: Duration) {}
|
||||
|
||||
#[inline(always)]
|
||||
pub const fn map_size_lg(&self) -> MapSizeLg { DEFAULT_WORLD_CHUNKS_LG }
|
||||
|
Loading…
Reference in New Issue
Block a user