aboutsummaryrefslogtreecommitdiff
path: root/example/preview.adb
diff options
context:
space:
mode:
authorxolatile2024-04-23 12:32:00 -0400
committerxolatile2024-04-23 12:32:00 -0400
commit2908bb46c648283a6a3ca7e164c2f1c4cd624ecc (patch)
tree293846ecbb3a31e3e2817125fd37aacc4ffce6d6 /example/preview.adb
parent52a345cbac76d8888225bc62cbb572ad6ab485fd (diff)
downloadxolatile-raylib-ada-2908bb46c648283a6a3ca7e164c2f1c4cd624ecc.tar.xz
xolatile-raylib-ada-2908bb46c648283a6a3ca7e164c2f1c4cd624ecc.tar.zst
Generation example and rescaling...
Diffstat (limited to 'example/preview.adb')
-rw-r--r--example/preview.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/preview.adb b/example/preview.adb
index 0713ad0..c02e75c 100644
--- a/example/preview.adb
+++ b/example/preview.adb
@@ -15,7 +15,7 @@ begin
Begin_Drawing;
Draw_Texture (Map);
End_Drawing;
- end loop Main_Loop;
+ end loop;
--
Unload_Texture (Map);
--