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

@@ -225,11 +225,11 @@ is
overriding
procedure enable_Texture (Self : in out Item)
procedure enable_Textures (Self : in out Item)
is
begin
enable (Self.Textures, Self.Program);
end enable_Texture;
end enable_Textures;