ArrangeTiles() 가 하는 일

2019, Mar 28    
  • 타일체커를 만들고
    • merged_tile 이 있다면, 타일체커에 체크.
  • 라이브 스트림 돌면서
    • tile_index 를 타일체커에 체크.
  • unallocated_channels 를 만들고
    • 라이브 스트림 돌면서
    • tile_index 가 -1 인 스트림을 unallocated_channels 에 저장.
  • unallocated_channel 스트림을 돌면서
    • 빈 tile_index 를 스트림 tile_index 에 할당.