Просмотр исходного кода

DEV: Comment rework

tags/v1.0b1
Christos Choutouridis 3 лет назад
Родитель
Сommit
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.
*


Загрузка…
Отмена
Сохранить