Skip to content
Snippets Groups Projects
Commit 63fcf2c1 authored by “Kateryna”'s avatar “Kateryna”
Browse files

video: fix crash on macOS 10.12

Change-Id: I5e9df28a002be8aa65350b7c2e39663e76f44f98
parent 414738e4
No related branches found
No related tags found
No related merge requests found
......@@ -139,6 +139,7 @@ struct Uniforms {
[commandEncoder endEncoding];
[commandBuffer presentDrawable:self.currentDrawable];
[commandBuffer commit];
[self draw];
}
bool frameDisplayed = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment