diff options
Diffstat (limited to 'stockton-render/src/culling.rs')
-rw-r--r-- | stockton-render/src/culling.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stockton-render/src/culling.rs b/stockton-render/src/culling.rs index a5e942f..c10605f 100644 --- a/stockton-render/src/culling.rs +++ b/stockton-render/src/culling.rs @@ -2,7 +2,7 @@ #![allow(dead_code)] use stockton_levels::prelude::*; -use stockton_levels::traits::tree::{BspNode, BspNodeValue}; +use stockton_levels::parts::tree::{BspNode, BspNodeValue}; use stockton_types::Vector3; /// Get the visible faces according to visdata and frustum culling |