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

Fix test.cpp for SDL3 #18

Merged
merged 1 commit into from
Apr 20, 2024
Merged

Fix test.cpp for SDL3 #18

merged 1 commit into from
Apr 20, 2024

Conversation

learn-more
Copy link
Contributor

Sorry, missed this one in the previous PR.

src/test.cpp Outdated
@@ -84,8 +84,13 @@ int main(int argc, char **argv)

vfunc SDL2 = [](strs &c, strs &l)
Copy link
Member

Choose a reason for hiding this comment

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

The variable could be renamed SDL, and there's a "SDL2" string in the return below that could be #if'd.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated the PR.

@slime73 slime73 merged commit cffd509 into love2d:main Apr 20, 2024
2 checks passed
@slime73
Copy link
Member

slime73 commented Apr 20, 2024

Merged, thanks!

@learn-more learn-more deleted the SDL3 branch April 20, 2024 16:55
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