Skip to content

Commit

Permalink
Fix tweakdb
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegmd committed Feb 5, 2021
1 parent a130e2e commit f1bd7ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/reverse/TweakDB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ bool TweakDB::SetFlat(TweakDBID aDBID, sol::object aValue)
throw std::exception("[TweakDB::SetFlat] Couldn't find current item in pool"); // This should never happen
}

static thread_local TiltedPhoques::ScratchAllocator s_scratchMemory(1024);
static thread_local TiltedPhoques::ScratchAllocator s_scratchMemory(1 << 22);
struct ResetAllocator
{
~ResetAllocator()
Expand Down
2 changes: 1 addition & 1 deletion vendor/RED4ext.SDK

0 comments on commit f1bd7ae

Please sign in to comment.