opengl: Fix simple warnings and cosmetics.

This commit is contained in:
Rod Kay
2025-09-20 12:31:05 +10:00
parent b679ac4bf5
commit f8cdf27998
46 changed files with 83 additions and 949 deletions

View File

@@ -3,9 +3,7 @@ with
openGL.Visual,
openGL.Light,
openGL.Palette,
openGL.Demo,
ada.Text_IO;
openGL.Demo;
procedure launch_render_Models
@@ -16,8 +14,7 @@ is
use openGL,
openGL.Math,
openGL.linear_Algebra_3D,
openGL.Palette,
ada.Text_IO;
openGL.Palette;
begin
Demo.print_Usage ("Use space ' ' to cycle through models.");