From 76add3f4a29fc94f6c99165c73c327e12a517dc6 Mon Sep 17 00:00:00 2001 From: Rod Kay Date: Mon, 8 Sep 2025 04:05:53 +1000 Subject: [PATCH] opengl.model: Correct descriptions of certain models. --- .../opengl/source/lean/model/opengl-model-capsule-textured.ads | 2 +- .../source/lean/model/opengl-model-hexagon-lit_textured.ads | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3-mid/opengl/source/lean/model/opengl-model-capsule-textured.ads b/3-mid/opengl/source/lean/model/opengl-model-capsule-textured.ads index 2c60d2c..2b09ac1 100644 --- a/3-mid/opengl/source/lean/model/opengl-model-capsule-textured.ads +++ b/3-mid/opengl/source/lean/model/opengl-model-capsule-textured.ads @@ -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; diff --git a/3-mid/opengl/source/lean/model/opengl-model-hexagon-lit_textured.ads b/3-mid/opengl/source/lean/model/opengl-model-hexagon-lit_textured.ads index 0cc1630..33d8d71 100644 --- a/3-mid/opengl/source/lean/model/opengl-model-hexagon-lit_textured.ads +++ b/3-mid/opengl/source/lean/model/opengl-model-hexagon-lit_textured.ads @@ -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;