chore: update internal

This commit is contained in:
mob-sakai
2026-06-23 19:04:02 +09:00
parent 1ac1b347af
commit c0a8e322b1
4 changed files with 91 additions and 13 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));