Skip to content

Commit

Permalink
Obsolete file deleted (see generated API documentation instead). Spel…
Browse files Browse the repository at this point in the history
…ling.
  • Loading branch information
mgrojo committed Mar 11, 2022
1 parent b775db1 commit 1e3bef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 79 deletions.
77 changes: 0 additions & 77 deletions main.adb

This file was deleted.

4 changes: 2 additions & 2 deletions tests/opengl/main.adb
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ begin
while PollEvent (Window, Event'ACCESS) = sfTrue loop
if Event.eventType = sfEvtClosed then
Close (Window);
Put_Line ("Attepting to close");
Put_Line ("Attempting to close");
elsif Event.eventType = sfEvtKeyPressed and then isKeyPressed (sfKeyEscape) = sfTrue then
Close (Window);
Put_Line ("Attepting to close");
Put_Line ("Attempting to close");
elsif Event.eventType = sfEvtResized then
glViewport (0, 0, GLsizei (Event.Size.Width), GLsizei (Event.Size.Height));
end if;
Expand Down

0 comments on commit 1e3bef2

Please sign in to comment.