remove forgotten dbg
Some checks failed
Deploy Docs / build-and-deploy (push) Has been cancelled
Example Run / run-examples-macos-metal (push) Has been cancelled
Example Run / run-examples-linux-vulkan (push) Has been cancelled
Example Run / run-examples-on-windows-dx12 (push) Has been cancelled
Example Run / Compare Macos screenshots (push) Has been cancelled
Example Run / Compare Linux screenshots (push) Has been cancelled
Example Run / Compare Windows screenshots (push) Has been cancelled

This commit is contained in:
Arkitu 2025-07-18 21:44:23 +02:00
parent b276c9e3df
commit c6b743908c

View File

@ -1558,8 +1558,6 @@ impl Material for StandardMaterial {
(key.bind_group_data.bits() >> STANDARD_MATERIAL_KEY_DEPTH_BIAS_SHIFT) as i32; (key.bind_group_data.bits() >> STANDARD_MATERIAL_KEY_DEPTH_BIAS_SHIFT) as i32;
} }
dbg!(&descriptor);
Ok(()) Ok(())
} }
} }