aboutsummaryrefslogtreecommitdiff
path: root/window.adb
diff options
context:
space:
mode:
Diffstat (limited to 'window.adb')
-rw-r--r--window.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/window.adb b/window.adb
index 0afc910..a0897cb 100644
--- a/window.adb
+++ b/window.adb
@@ -31,7 +31,7 @@ begin
--
Clear_Background (Sky_Blue);
Draw_Texture (Dragdown, 100, 100, White);
- Draw_Text_Pro (Get_Font_Default, Text, (90.0, 90.0), (9.0, 9.0), 0.0, 32.0, 4.0, Red);
+ Draw_Text (Text, 90, 90);
Draw_FPS (X, Y);
Draw_Line (0, 0, 300, 300, Black);
Draw_Rectangle (120, 120, 30, 60, Blue);