Skip to content

Commit

Permalink
vkcubepp: refactor: Add MacOS fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
water-chika committed Dec 17, 2024
1 parent 26db87d commit 4652a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cube/macOS/cubepp/DemoViewController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ static CVReturn DisplayLinkCallback(CVDisplayLinkRef displayLink, const CVTimeSt
const CVTimeStamp* outputTime,
CVOptionFlags flagsIn, CVOptionFlags* flagsOut, void* target) {
struct Demo* demo = (struct Demo*)target;
demo->run();
demo->run<WsiPlatform::metal>();
if (demo->quit) {
CVDisplayLinkStop(displayLink);
}
Expand Down

0 comments on commit 4652a03

Please sign in to comment.