opengl.geometry.lit_textured: Rename 'Textures' record component to 'texture_Set'.

This commit is contained in:
Rod Kay
2023-05-29 21:26:17 +10:00
parent 640c3f4790
commit 3783591ed1
2 changed files with 9 additions and 9 deletions

View File

@@ -64,7 +64,7 @@ private
type Item is new Geometry.item with
record
Textures : texturing.texture_Set;
texture_Set : texturing.texture_Set;
end record;