Skip to content

Commit

Permalink
Sf.Graphics.RenderTexture: fix drawSprite argument type
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien-Chouteau authored and mgrojo committed Aug 10, 2021
1 parent 52a0135 commit 36e2aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sf-graphics-rendertexture.ads
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ package Sf.Graphics.RenderTexture is
--//////////////////////////////////////////////////////////
procedure drawSprite
(renderTexture : sfRenderTexture_Ptr;
object : sfView_Ptr;
object : sfSprite_Ptr;
states : access constant Sf.Graphics.RenderStates.sfRenderStates := null);

procedure drawText
Expand Down

0 comments on commit 36e2aed

Please sign in to comment.