mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
Fix bridging cast
This commit is contained in:
parent
90279e6f9e
commit
88e986ca53
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ IOS_EXPORT void iosRunFrame(CAMetalLayer* layer) {
|
||||||
|
|
||||||
emulator->getRenderer()->setMTKLayer(layerBridged);
|
emulator->getRenderer()->setMTKLayer(layerBridged);
|
||||||
emulator->runFrame();
|
emulator->runFrame();
|
||||||
CFRelease(layerBridged);
|
// CFRelease(layerBridged);
|
||||||
|
|
||||||
// CFBridgingAutorelease(layerBridged);
|
// CFBridgingAutorelease(layerBridged);
|
||||||
printf("Ran a frame\n");
|
printf("Ran a frame\n");
|
||||||
|
|
Loading…
Add table
Reference in a new issue