aboutsummaryrefslogtreecommitdiff
path: root/src/texture/checker_texture.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/texture/checker_texture.rs')
-rw-r--r--src/texture/checker_texture.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/texture/checker_texture.rs b/src/texture/checker_texture.rs
index 385017b..d10166e 100644
--- a/src/texture/checker_texture.rs
+++ b/src/texture/checker_texture.rs
@@ -1,6 +1,6 @@
use std::sync::Arc;
-use super::{Texture, SolidColor};
+use super::{SolidColor, Texture};
use crate::{vec3::Color, vec3::Point3};
pub struct CheckerTexture {