This commit is contained in:
Lucas Perlind
2025-05-08 17:41:03 +10:00
parent b9db1dd3e0
commit 190960e103
3 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ TEMP_ALLOCATOR_GUARD :: #force_inline proc(collisions: []runtime.Allocator, loc
Temp_Allocator :: struct {
using arena: ^runtime.Arena,
using allocator: runtime.Allocator
using allocator: runtime.Allocator,
}
get_temp_allocator :: proc(tmp: runtime.Arena_Temp, _: runtime.Source_Code_Location) -> Temp_Allocator {