opengl.geometry: Rename 'enable_Texture' to 'enable_Textures'.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user