mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-08 11:59:26 -05:00
Removed Debug.LogFormat
This commit is contained in:
@@ -158,7 +158,6 @@ namespace VRM
|
||||
|
||||
public void AccumulateValue(BlendShapeClip clip, float value)
|
||||
{
|
||||
Debug.LogFormat("{0}:{1}", clip, value);
|
||||
foreach (var binding in clip.MaterialValues)
|
||||
{
|
||||
// 積算
|
||||
|
||||
Reference in New Issue
Block a user