From 743855092ab7d606e909197c2e5f9226531a4bf8 Mon Sep 17 00:00:00 2001 From: Joshua Barretto Date: Wed, 12 Jun 2019 14:16:32 +0100 Subject: [PATCH] Fixed missing assets --- world/src/block/tree.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/world/src/block/tree.rs b/world/src/block/tree.rs index 17bc34ec42..ba13c79d4b 100644 --- a/world/src/block/tree.rs +++ b/world/src/block/tree.rs @@ -99,6 +99,7 @@ lazy_static! { assets::load_map("world/tree/pine_green/8.vox", |s: Structure| s .with_center(Vec3::new(12, 10, 12))) .unwrap(), + /* // green pines 2 assets::load_map("world/tree/pine_green_2/1.vox", |s: Structure| s .with_center(Vec3::new(15, 15, 14))) @@ -149,6 +150,7 @@ lazy_static! { assets::load_map("world/tree/pine_blue/8.vox", |s: Structure| s .with_center(Vec3::new(12, 10, 12))) .unwrap(), + */ ]; /* // temperate small