浏览代码

DEV: Comment rework

tags/v1.0b1
父节点
当前提交
899b9a892e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/net/hoo2/auth/labyrinth/Board.java

+ 1
- 1
src/net/hoo2/auth/labyrinth/Board.java 查看文件

@@ -269,7 +269,7 @@ class Board {
/**
* Predicate to check if a wall creates a closed room.
*
* This algorithm has a complexity of O(N^2) where N represents the total
* This algorithm has a complexity of O(N^2logN) where N represents the total
* number of tiles.
* It should be used with care.
*


正在加载...
取消
保存