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
@@ -52,5 +52,5 @@ TOY_API void Toy_private_decrementScopeRefCount(Toy_Scope* scope);
//expand when the contents passes a certain percentage (80%) of the capacity
#ifndef TOY_SCOPE_EXPANSION_THRESHOLD
#define TOY_SCOPE_EXPANSION_THRESHOLD 0.8f
#define TOY_SCOPE_EXPANSION_THRESHOLD 0.7f
#endif