yyl
2025-07-01 9c7efb57bf1b21954c7d81b705c8a8a34e7fb364
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;
        }