opengl.model: Correct descriptions of certain models.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user