chore: update internal

This commit is contained in:
mob-sakai
2026-06-23 19:04:02 +09:00
parent 108bcfbd24
commit 25b2e3b632
6 changed files with 93 additions and 15 deletions

View File

@@ -44,7 +44,7 @@ namespace Coffee.UIExtensions
break;
case ShaderPropertyType.Float:
case ShaderPropertyType.Range:
material.SetFloat(id, mpb.GetFloat(id));
material.SetFloat(id, mpb.GetFloat(id));
break;
case ShaderPropertyType.Texture:
material.SetTexture(id, mpb.GetTexture(id));