diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-03-05 19:30:45 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-03-05 19:30:45 -0500 |
| commit | 5be32bb8735cf8dad61ae672c3ddf0d1295b8c3c (patch) | |
| tree | ec165924dc49577f137ef5bdaa5ec98c4a90538f /src/game.cpp | |
| parent | a825df5bd950ad1917c3ba991e71b8612c940112 (diff) | |
pke: MemBkt_Vulkan and transient bkt pass
Diffstat (limited to 'src/game.cpp')
| -rw-r--r-- | src/game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp index fcb8736..3189624 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -765,7 +765,7 @@ void Game_Main(PKEWindowProperties windowProps, const char *executablePath) { } void Game_Init() { - pkeSettings.mem.bkt = pk_bucket_create("game", 1UL << 26, true); + pkeSettings.mem.bkt = pk_bucket_create("game-transient", 1UL << 26, true); for (uint64_t i = 0; i < consoleBufferCount; ++i) { memset(consoleBuffer[i], '\0', consoleLineLength); |
