lcy
9 天以前 3b2a6bb9047cfce9f501593b3669a9c1af6c5df4
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;
        }