Revert "refactor: use bevy_sk PbrMaterial instead of StandardMaterial"

This reverts commit 7b126557df.
This commit is contained in:
Schmarni
2025-07-08 00:37:29 +02:00
parent a4a43d3ceb
commit a8d3b1fda1
6 changed files with 24 additions and 25 deletions

View File

@@ -141,7 +141,7 @@ impl Surface {
materials
.get_mut(material)
.unwrap()
.diffuse_texture
.base_color_texture
.replace(new_tex);
// For SHM buffers, we can release immediately after copying to GPU