wei
2021-05-13 565f7ae8ef01916cb435153a8a01ddd5c5f70c48
HDL_ON/Entity/Function/Scene.cs
@@ -346,7 +346,10 @@
        /// </summary>
        public string GetDelayText()
        {
            string text = "";
            var delayInt = 0;
            int.TryParse(delay,out delayInt);
            string text = (delayInt / 60)+Language.StringByID(StringId.m)+(delayInt % 60)+Language.StringByID(StringId.s);
            return text;
            switch (delay)
            {
                case "0":