mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-18 20:28:01 +00:00
indentation
This commit is contained in:
parent
9dfe0732c4
commit
3c0e2f501c
2
clay.h
2
clay.h
@ -3608,7 +3608,7 @@ void Clay_SetMaxElementCount(int32_t maxElementCount) {
|
||||
context->maxElementCount = maxElementCount;
|
||||
} else {
|
||||
Clay__defaultMaxElementCount = maxElementCount; // TODO: Fix this
|
||||
Clay__defaultMaxMeasureTextWordCacheCount = maxElementCount * 2;
|
||||
Clay__defaultMaxMeasureTextWordCacheCount = maxElementCount * 2;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user