forked from StrafesNET/strafe-client
quiet
This commit is contained in:
parent
df55d17a15
commit
d1d29884e6
@ -159,7 +159,7 @@ impl GraphicsState{
|
|||||||
ddsfile::Dds::read(&mut file).unwrap()
|
ddsfile::Dds::read(&mut file).unwrap()
|
||||||
})));
|
})));
|
||||||
}else{
|
}else{
|
||||||
println!("missing texture path={:?}",path);
|
//println!("missing texture path={:?}",path);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -166,7 +166,6 @@ pub fn generate_indexed_models<R:std::io::Read+std::io::Seek>(input:&mut R)->Res
|
|||||||
//generate model instances
|
//generate model instances
|
||||||
for prop in bsp.static_props(){
|
for prop in bsp.static_props(){
|
||||||
let placement=prop.as_prop_placement();
|
let placement=prop.as_prop_placement();
|
||||||
println!("prop={}",placement.model);
|
|
||||||
let model=prop_models.get_mut(model_map[placement.model]).unwrap();
|
let model=prop_models.get_mut(model_map[placement.model]).unwrap();
|
||||||
model.instances.push(crate::model::ModelInstance{
|
model.instances.push(crate::model::ModelInstance{
|
||||||
transform:crate::integer::Planar64Affine3::new(
|
transform:crate::integer::Planar64Affine3::new(
|
||||||
|
Loading…
Reference in New Issue
Block a user