Moved node buffer logic to Nodes struct
This commit is contained in:
@@ -104,7 +104,6 @@ impl Game {
|
||||
}
|
||||
|
||||
// Send dirty chunks to renderer
|
||||
// TODO: Only send chunks in rendering range
|
||||
// TODO: Unload chunks above certain radius
|
||||
self.world.update();
|
||||
for (pos, chunk) in self.world.all_chunks() {
|
||||
|
||||
Reference in New Issue
Block a user