mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-20 01:25:45 -05:00
Fix typo (VRM.Samples)
This commit is contained in:
@@ -122,7 +122,7 @@ namespace VRM.Samples
|
||||
|
||||
Toggle m_activeToggleMotion;
|
||||
|
||||
public void UpdateTogle(Action onBvh, Action onTPose)
|
||||
public void UpdateToggle(Action onBvh, Action onTPose)
|
||||
{
|
||||
var value = ToggleMotion.ActiveToggles().FirstOrDefault();
|
||||
if (value == m_activeToggleMotion)
|
||||
@@ -234,7 +234,7 @@ namespace VRM.Samples
|
||||
if (Root != null) Root.SetActive(!Root.activeSelf);
|
||||
}
|
||||
|
||||
m_ui.UpdateTogle(EnableBvh, EnableTPose);
|
||||
m_ui.UpdateToggle(EnableBvh, EnableTPose);
|
||||
}
|
||||
|
||||
void EnableBvh()
|
||||
|
||||
Reference in New Issue
Block a user