Minor cleanup for formatting, reverse verify condition usage

Verify condition needed to only fire off if false not the other way around.
This commit is contained in:
2024-02-23 09:36:23 -05:00
parent 9b3bc6fd68
commit a00ba8a152
21 changed files with 103 additions and 86 deletions

View File

@ -19,7 +19,7 @@ Vec2_f32 :: struct #raw_union {
}
}
// make_vec2 :: proc ( x, y : f32 ) {
// make_vec2 :: proc( x, y : f32 ) {
// }