opengl.geometry: Rename 'enable_Texture' to 'enable_Textures'.

This commit is contained in:
Rod Kay
2023-05-29 21:40:17 +10:00
parent 3783591ed1
commit c29d50f544
16 changed files with 24 additions and 24 deletions

View File

@@ -262,7 +262,7 @@ is
overriding
procedure enable_Texture (Self : in out Item)
procedure enable_Textures (Self : in out Item)
is
use GL,
GL.Binding,
@@ -289,7 +289,7 @@ is
else
Self.Texture.enable;
end if;
end enable_Texture;
end enable_Textures;
end openGL.Geometry.lit_textured_skinned;