BUGFIX: scopes weren't expanding as intended

This commit is contained in:
2026-04-24 12:41:16 +10:00
parent 9a75226491
commit 4aec343b6c
4 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -40,5 +40,5 @@ TOY_API Toy_TableEntry* Toy_private_lookupTableEntryPtr(Toy_Table** tableHandle,
//expand when the contents passes a certain percentage (80%) of the capacity
#ifndef TOY_TABLE_EXPANSION_THRESHOLD
#define TOY_TABLE_EXPANSION_THRESHOLD 0.8f
#define TOY_TABLE_EXPANSION_THRESHOLD 0.7f
#endif