Bewing cursed stuff... (not sure I'll bother, but I want to see if it works...)

This commit is contained in:
2025-10-11 22:46:13 -04:00
parent d25757da61
commit 983cac0660
4 changed files with 125 additions and 19 deletions

View File

@@ -22,7 +22,7 @@ main :: proc()
{
// TODO(Ed): Change this
host_scratch: mem.Arena; mem.arena_init(& host_scratch, host_memory.host_scratch[:])
context.allocator = mem.arena_allocator(& host_scratch)
context.allocator = mem.arena_allocator(& host_scratch)
context.temp_allocator = context.allocator
thread_memory.index = .Master_Prepper