Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Implement ChunkProvider for WorldGenerator #22

Merged
merged 4 commits into from
Jul 21, 2016

Conversation

peb-adr
Copy link
Contributor

@peb-adr peb-adr commented Jul 21, 2016

No description provided.

@@ -1,6 +1,8 @@
//! Procedurally generating the game world.
//!

use super::super::world::{Chunk, ChunkIndex, Provider};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use world::... should work

@peb-adr peb-adr changed the title Implement Provider for WorldGenerator Implement ChunkProvider for WorldGenerator Jul 21, 2016
@@ -1,4 +1,4 @@
use base::world::Provider as WorldProvider;
use base::world::ChunkProvider as WorldProvider;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The as WorldProvider should be removed eventually, but you don't need to do this now

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants