Fixing previous commit.

This commit is contained in:
Joshua Yanovski 2019-09-16 03:54:32 +02:00
parent d5c441767f
commit 00b3f4e4f4

View File

@ -28,7 +28,10 @@ use common::{
vol::{ReadVol, RectVolSize, Vox, WriteVol},
};
use rand::Rng;
use std::time::Duration;
use std::{
sync::atomic::{AtomicBool, Ordering},
time::Duration,
};
use vek::*;
#[derive(Debug)]