Remove debug message
This commit is contained in:
parent
039e99281a
commit
a0e6a16f03
|
@ -86,8 +86,6 @@ impl TransformBuffers {
|
||||||
.expect("Use 'insert_entity' for new entities");
|
.expect("Use 'insert_entity' for new entities");
|
||||||
self.just_updated.insert(entity, indices);
|
self.just_updated.insert(entity, indices);
|
||||||
|
|
||||||
debug!("Normal: {normal_matrix:?}");
|
|
||||||
|
|
||||||
let normal_matrix = glam::Mat4::from_mat3(normal_matrix);
|
let normal_matrix = glam::Mat4::from_mat3(normal_matrix);
|
||||||
|
|
||||||
let buffer = self.buffer_bindgroups.get(indices.buffer_index).unwrap();
|
let buffer = self.buffer_bindgroups.get(indices.buffer_index).unwrap();
|
||||||
|
|
Loading…
Reference in New Issue