Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quickfix RemderCopyEx/F #143

Conversation

Free-Pascal-meets-SDL-Website
Copy link
Collaborator

Updates variable types of argument "angle" and "flip".

{**
* Flip constants for SDL_RenderCopyEx
*}
PPSDL_Flip = ^PSDL_Flip;
PSDL_Flip = ^TSDL_Flip;
TSDL_Flip = type cint;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is called SDL_RendererFlip in the C version.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RIght, thanks, fixed.

@suve suve merged commit 2067fa6 into PascalGameDevelopment:master Aug 1, 2024
2 of 3 checks passed
@Free-Pascal-meets-SDL-Website Free-Pascal-meets-SDL-Website deleted the update-rendercopyex branch August 2, 2024 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants