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

Fixed type mismatch in DllImport. #188

Merged
merged 1 commit into from
Jun 13, 2020
Merged

Fixed type mismatch in DllImport. #188

merged 1 commit into from
Jun 13, 2020

Conversation

sinshu
Copy link
Contributor

@sinshu sinshu commented Jun 13, 2020

Regarding the audio module, uint32 is used to represent number of samples in SFML.Net, but uint64 is used in CSFML.
Due to this type mismatch, some arguments are not passed correctly to CSFML on Windows x86.

@eXpl0it3r eXpl0it3r added the Bug label Jun 13, 2020
@eXpl0it3r eXpl0it3r merged commit 4b5c30e into SFML:master Jun 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants