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 crash on osx Catalina 10.15.1 #1930

Closed
wants to merge 1 commit into from
Closed

fix crash on osx Catalina 10.15.1 #1930

wants to merge 1 commit into from

Conversation

loryxia
Copy link

@loryxia loryxia commented Nov 2, 2019

fix crash on osx Catalina 10.15.1 cause setFrontFacing was renamed to setFrontFacingWinding

@bkaradzic
Copy link
Owner

cc @attilaz

@attilaz
Copy link
Contributor

attilaz commented Nov 2, 2019

There was already a setFrontFacingWinding function (https://github.com/bkaradzic/bgfx/blob/master/src/renderer_mtl.h#L449) before this: 6a883a3

AFAIK there is no setFrontFacing obj-c function ( only in swift ) , so setFrontFacing (https://github.com/bkaradzic/bgfx/blob/master/src/renderer_mtl.h#L429) should be removed and 'setFrontFacingWinding' should be used in renderer_mtl.mm.

@loryxia
Copy link
Author

loryxia commented Nov 3, 2019

@attilaz yes , i found that there is a commit follow your link and i have a question , i can see these commit and commit time from web, but why can i not fetch all these commits?

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.

3 participants