diff options
-rw-r--r-- | src/tafl/tafl.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tafl/tafl.odin b/src/tafl/tafl.odin index c816493..0f719ea 100644 --- a/src/tafl/tafl.odin +++ b/src/tafl/tafl.odin @@ -131,7 +131,7 @@ __tafl_close :: proc(tafl : ^Tafl) { fmt.printfln("└ Closed tafl {}\t\tchild_buffer:{}\t\ttemp_child_buffer:{}\tchild_index:{} {}", tafl.own_index, child_index_buffer[0:child_index_buffer_len], temp_child_buffer[0:temp_child_buffer_len], tafl.children.index, tafl.children.len) } - +// TODO: Make sure the fit sizing mode actually works, and make min and max sizes work with it // TODO: Support multiple growing tǫfl grow_children :: proc(parent : ^Tafl) { |