diff options
Diffstat (limited to 'raylib.ads')
| -rw-r--r-- | raylib.ads | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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, |
