Move the BSP implementation to BSPRectMethod
This commit is contained in:
parent
040803fe61
commit
fd068268f5
4 changed files with 118 additions and 95 deletions
|
@ -28,6 +28,7 @@ EVENTS = logging.getLogger(_log_name('events'))
|
|||
UI = logging.getLogger(_log_name('ui'))
|
||||
|
||||
MAP = logging.getLogger(_log_name('map'))
|
||||
MAP_BSP = logging.getLogger(_log_name('map', 'bsp'))
|
||||
MAP_CELL_ATOM = logging.getLogger(_log_name('map', 'cellular'))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue