mirror of
https://github.com/Theaninova/mhlib.git
synced 2025-12-12 20:46:20 +00:00
improved lwo loading
This commit is contained in:
@@ -6,7 +6,7 @@ pub mod pro;
|
||||
pub mod trk;
|
||||
|
||||
fn main() {
|
||||
let mut file = File::open(r#"E:\Games\Moorhuhn Kart\data\alk.pro"#).unwrap();
|
||||
let mut file = File::open(r#"../games/Moorhuhn Kart/data/alk.pro"#).unwrap();
|
||||
let result = PowerRenderObject::read(&mut file).unwrap();
|
||||
println!("{:#?}", result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user