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

@@ -66,6 +66,6 @@ private
overriding
procedure enable_Texture (Self : in out Item);
procedure enable_Textures (Self : in out Item);
end openGL.Geometry.textured;