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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user