aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSan Jacobs2025-09-04 02:09:56 +0200
committerSan Jacobs2025-09-04 02:09:56 +0200
commit092fa99765309e99bf51902748aaa8a02287db57 (patch)
tree4912e06d94f9dedae0ec8cb35ec999e263216e14
parent2c3bf1f92aec1407b85666b62089c979fa5361a0 (diff)
downloadtafl-092fa99765309e99bf51902748aaa8a02287db57.tar.gz
tafl-092fa99765309e99bf51902748aaa8a02287db57.tar.bz2
tafl-092fa99765309e99bf51902748aaa8a02287db57.zip
TODO
-rw-r--r--src/tafl/tafl.odin2
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) {