少年修仙传客户端代码仓库
lcy
2024-09-19 300b8c7a9bace916fdc97ebd28daaf05969f9d8f
10250 仙宫 删除debug
1个文件已修改
1 ■■■■ 已修改文件
System/CelestialPalace/CelestialPalaceModel.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/CelestialPalace/CelestialPalaceModel.cs
@@ -587,7 +587,6 @@
                for (int j = MaxNormalCount - 1; j >= 0; j--)
                {
                    int awardIndex = (j + list.Count - MaxTailCount) - rowIndex * MaxNormalCount;
                    DebugEx.Log($"rowIndex {rowIndex} awardIndex {awardIndex} j {j} list.Count {list.Count} MaxTailCount {MaxTailCount} rowIndex {rowIndex} MaxNormalCount {MaxNormalCount}  ");
                    rowIndexCellDict[rowIndex].Add(awardIndex);
                    awardIndexToRowIndexDict[awardIndex] = rowIndex;
                }