forked from StrafesNET/map-tool
fix print
This commit is contained in:
parent
cc4e80db8a
commit
590062f3c3
@ -1154,10 +1154,10 @@ fn extract_textures(paths:Vec<std::path::PathBuf>,vpk_paths:Vec<std::path::PathB
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
_=>print!("model_name={} error",model_name),
|
_=>println!("model_name={} error",model_name),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
_=>print!("no model name={}",model_name),
|
_=>println!("no model name={}",model_name),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user