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

@ -38,7 +38,7 @@ points_to_pixels :: proc {
//region Unit Conversion Impl
// cm_to_points :: proc ( cm : f32 ) -> f32 {
// cm_to_points :: proc( cm : f32 ) -> f32 {
// }
@ -90,7 +90,7 @@ vec2_points_to_pixels :: proc(vpoints: Vec2) -> Vec2 {
}
// vec2_points_to_cm :: proc ( vpoints : Vec2 ) -> Vec2 {
// vec2_points_to_cm :: proc( vpoints : Vec2 ) -> Vec2 {
// }