1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-05-05 10:17:45 +00:00

Fix model test due to moved path

This commit is contained in:
Joshua Goins 2025-04-28 17:18:45 -04:00
parent 1e28c05f3a
commit e055bcce9b

View file

@ -1240,7 +1240,7 @@ mod tests {
use std::mem::size_of;
use std::path::PathBuf;
use crate::model_vertex_declarations::VERTEX_ELEMENT_SIZE;
use vertex_declarations::VERTEX_ELEMENT_SIZE;
use super::*;