aboutsummaryrefslogtreecommitdiff
path: root/stockton-render/src/draw/ui/render.rs
diff options
context:
space:
mode:
Diffstat (limited to 'stockton-render/src/draw/ui/render.rs')
-rw-r--r--stockton-render/src/draw/ui/render.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/stockton-render/src/draw/ui/render.rs b/stockton-render/src/draw/ui/render.rs
index a3e0f04..009a1b7 100644
--- a/stockton-render/src/draw/ui/render.rs
+++ b/stockton-render/src/draw/ui/render.rs
@@ -2,7 +2,7 @@ use crate::draw::texture::TextureRepo;
use hal::pso::{Rect, ShaderStageFlags};
use super::UiPoint;
-use crate::draw::draw_buffers::DrawBuffers;
+use crate::draw::buffers::DrawBuffers;
use crate::types::*;
use crate::UiState;
use anyhow::{anyhow, Result};