Main/Core/Frame/UIFrame.cs @@ -60,7 +60,7 @@ index = 1; FaceConfig cfg = FaceConfig.Get(frameKey); FrameAnimationConfig cfg = FrameAnimationConfig.Get(frameKey); if (cfg != null&& cfg.speed > 0) { m_Interval = 1.0f / cfg.speed; }