Fixed a bunch of tab/space issues

This commit is contained in:
Michael
2023-11-26 06:55:56 +00:00
parent b21b5ef222
commit 9366bf44a6
2 changed files with 50 additions and 50 deletions
+1 -1
View File
@@ -433,7 +433,7 @@ foreign lib {
rlDisableScissorTest :: proc() --- // Disable scissor test
rlScissor :: proc(x, y, width, height: c.int) --- // Scissor test
rlEnableWireMode :: proc() --- // Enable wire mode
rlEnablePointMode :: proc() --- // Enable point mode
rlEnablePointMode :: proc() --- // Enable point mode
rlDisableWireMode :: proc() --- // Disable wire and point modes
rlSetLineWidth :: proc(width: f32) --- // Set the line drawing width
rlGetLineWidth :: proc() -> f32 --- // Get the line drawing width