aboutsummaryrefslogtreecommitdiff
path: root/raylib.ads
diff options
context:
space:
mode:
Diffstat (limited to 'raylib.ads')
-rw-r--r--raylib.ads6
1 files changed, 3 insertions, 3 deletions
diff --git a/raylib.ads b/raylib.ads
index f034a28..54bbbbc 100644
--- a/raylib.ads
+++ b/raylib.ads
@@ -3884,7 +3884,7 @@ package Raylib is
X : Integer := 0;
Y : Integer := 0;
Size : Integer := 32;
- Tint : Color := White
+ Tint : Color := Black
) with
Import => True,
Convention => C,
@@ -3896,7 +3896,7 @@ package Raylib is
Position : Vector_2D := (others => 0.0);
Font_Size : Float := 0.0;
Spacing : Float := 0.0;
- Tint : Color := White
+ Tint : Color := Black
) with
Import => True,
Convention => C,
@@ -3910,7 +3910,7 @@ package Raylib is
Rotation : Float := 0.0;
Font_Size : Float := 0.0;
Spacing : Float := 0.0;
- Tint : Color := White
+ Tint : Color := Black
) with
Import => True,
Convention => C,