| System/CelestialPalace/CelestialPalaceModel.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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; }