yyl
2025-11-20 9e89e605d5429babb4b33df2e47ea86dff9d2ba7
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;
        }