tidying up Query_Info return value when not in query features

This commit is contained in:
Ian Lilley
2022-06-01 22:40:39 -04:00
parent ba5f7c4e2a
commit dda2ed290a
4 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ _heap_allocator_proc :: proc(allocator_data: rawptr, mode: mem.Allocator_Mode,
return nil, nil
case .Query_Info:
return nil, nil
return nil, .Mode_Not_Implemented
}
return nil, nil