opengl: Cosmetics.

This commit is contained in:
Rod Kay
2023-11-10 18:38:10 +11:00
parent 7630a775b5
commit 3bb82e5a39
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ is
type Face is
record
Fades : texture_Set.fade_Levels (texture_Set.texture_Id) := [others => 0.0];
Fades : texture_Set.fade_Levels (texture_Set.texture_Id) := [others => 0.0];
Textures : openGL.asset_Names (1 .. Positive (texture_Set.texture_Id'Last)) := [others => null_Asset]; -- The textures to be applied to the hex.
texture_Count : Natural := 0;
end record;