diff options
author | San Jacobs | 2025-09-04 02:09:56 +0200 |
---|---|---|
committer | San Jacobs | 2025-09-04 02:09:56 +0200 |
commit | 092fa99765309e99bf51902748aaa8a02287db57 (patch) | |
tree | 4912e06d94f9dedae0ec8cb35ec999e263216e14 | |
parent | 2c3bf1f92aec1407b85666b62089c979fa5361a0 (diff) | |
download | tafl-092fa99765309e99bf51902748aaa8a02287db57.tar.gz tafl-092fa99765309e99bf51902748aaa8a02287db57.tar.bz2 tafl-092fa99765309e99bf51902748aaa8a02287db57.zip |
TODO
-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) { |