Skip to content

Commit

Permalink
fix: removed procedures not available in the current stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
turborium committed Dec 22, 2022
1 parent 704da03 commit c4e023e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions raylib/rlgl.pas
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,9 @@ procedure rlEnableVertexAttribute(Index: Cardinal);
procedure rlDisableVertexAttribute(Index: Cardinal);
{$IFDEF DESKTOP_OPENGL}
// Enable attribute state pointer
procedure rlEnableStatePointer(VertexAttribType: Integer; Buffer: Pointer);
// procedure rlEnableStatePointer(VertexAttribType: Integer; Buffer: Pointer);
// Disable attribute state pointer
procedure rlDisableStatePointer(VertexAttribType: Integer);
// procedure rlDisableStatePointer(VertexAttribType: Integer);
{$ENDIF}

// Textures state
Expand Down

0 comments on commit c4e023e

Please sign in to comment.