Sanity corrections to virtual calls

This commit is contained in:
gingerBill
2022-10-12 21:16:34 +01:00
parent 5c62211f00
commit 5a8fbc230d
3 changed files with 28 additions and 32 deletions
-1
View File
@@ -63,7 +63,6 @@ platform_memory_commit :: proc "contextless" (block: ^Platform_Memory_Block, to_
return .Out_Of_Memory
}
commit(block, to_commit) or_return
block.committed = to_commit
return nil