opengl.model: Correct descriptions of certain models.

This commit is contained in:
Rod Kay
2025-09-08 04:05:53 +10:00
parent 5707b1783f
commit 76add3f4a2
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ with
package openGL.Model.capsule.textured
--
-- Models a lit and textured capsule.
-- Models a textured capsule.
--
is
type Item is new Model.capsule.item with private;

View File

@@ -5,7 +5,7 @@ with
package openGL.Model.hexagon.lit_textured
--
-- Models a lit, colored and textured hexagon.
-- Models a lit and textured hexagon.
--
is
type Item is new Model.item with private;