hch
2025-11-21 eb27e5fd31f73b998a4bbd85511a31e40b8c61b7
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;
        }