From cffe810f431a57038dd816d5a1c09fc90f983b3c Mon Sep 17 00:00:00 2001 From: xolatile Date: Tue, 23 Apr 2024 10:00:40 -0400 Subject: Explaining examples and utter install script cancer... --- raylib.ads | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'raylib.ads') 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, -- cgit v1.2.3