ChunkLoader

This commit is contained in:
Piotrek
2021-05-16 14:04:45 +02:00
parent f8760e876c
commit 77c74be02f
6 changed files with 152 additions and 141 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ use futures::executor::LocalPool;
use futures::task::SpawnExt;
const WHITE: [f32; 4] = [1.0, 1.0, 1.0, 1.0];
const BLUE: [f32; 4] = [0.0, 0.2, 1.0, 1.0];
//const BLUE: [f32; 4] = [0.0, 0.2, 1.0, 1.0];
const GREEN: [f32; 4] = [0.1, 1.0, 0.0, 1.0];