mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-05-01 22:40:10 +10:00
BUGFIX: scopes weren't expanding as intended
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user