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

@@ -184,7 +184,7 @@ is
raise Error with "Unable to render geometry with no primitives.";
end if;
Self .enable_Texture;
Self .enable_Textures;
Self.Program .set_Uniforms;
Self.Vertices.enable;
Self.Program .enable_Attributes;