Change name Scratch_Scope to Scoped_Arena
This commit is contained in:
@@ -159,7 +159,7 @@ os_does_file_exist(String path) {
|
||||
|
||||
CORE_Static Array<OS_File_Info>
|
||||
os_list_dir(Arena *scratch, Allocator *a, String dir, U32 flags = LIST_NO_FLAGS) {
|
||||
Scratch_Scope _scope(scratch);
|
||||
Scoped_Arena _scope(scratch);
|
||||
Array<String> dirs_to_read = {scratch};
|
||||
dirs_to_read.add(dir);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user