Revert parameter removal

This commit is contained in:
Dr. Dystopia 2021-12-08 07:41:37 +01:00 committed by Marcel Märtens
parent bb48267827
commit dd76438299

View File

@ -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 }