mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
fix(console): use correct logic for handling slow WTF file loading
This commit is contained in:
parent
0193f00bbc
commit
d731564ef1
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ int32_t CVar::Load(HOSFILE file) {
|
||||||
data = fastData;
|
data = fastData;
|
||||||
}
|
}
|
||||||
|
|
||||||
auto grown = 0x1FFF >= size;
|
auto grown = 0x1fff < size;
|
||||||
|
|
||||||
int32_t result = 0;
|
int32_t result = 0;
|
||||||
size_t bytesRead = 0;
|
size_t bytesRead = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue