Fixing previous commit.

This commit is contained in:
Joshua Yanovski 2019-09-16 03:54:32 +02:00
parent 9a4e5e06f2
commit b9f545f97c

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)]