aboutsummaryrefslogtreecommitdiff
path: root/src/classes/texture2d.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/classes/texture2d.rs')
-rw-r--r--src/classes/texture2d.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classes/texture2d.rs b/src/classes/texture2d.rs
index 8f87625..41820b0 100644
--- a/src/classes/texture2d.rs
+++ b/src/classes/texture2d.rs
@@ -1,4 +1,4 @@
-use super::streaminginfo::StreamingInfo;
+use super::streaming_info::StreamingInfo;
use crate::object::{Value, parser::FromValue};
use anyhow::{Result, anyhow, bail};
use image::{DynamicImage, ImageBuffer, Luma, Rgb, Rgba};