From e60723ba31e03649e30efd162137bb96c7cf0904 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Mon, 18 Jun 2018 23:17:54 +0900 Subject: [PATCH] Blinker to protected --- Scripts/BlendShape/Blinker.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/BlendShape/Blinker.cs b/Scripts/BlendShape/Blinker.cs index 3527f285f..4d66dd34c 100644 --- a/Scripts/BlendShape/Blinker.cs +++ b/Scripts/BlendShape/Blinker.cs @@ -25,7 +25,7 @@ namespace VRM [SerializeField] float m_closeSeconds = 0.1f; - Coroutine m_coroutine; + protected Coroutine m_coroutine; //static readonly string BLINK_NAME = BlendShapePreset.Blink.ToString(); @@ -45,7 +45,7 @@ namespace VRM } } - IEnumerator BlinkRoutine() + protected IEnumerator BlinkRoutine() { while (true) {