chore: remove unused transform parameter from unlit_fixed_size material

This commit is contained in:
Nick Fisher
2024-12-11 21:07:03 +08:00
parent 29c35f9037
commit 5c3af255e4

View File

@@ -1,11 +1,6 @@
material {
name : UnlitFixedSize,
parameters : [
{
type : mat4,
name : transform,
precision : high
},
{
type : float4,
name : baseColorFactor,