diff --git a/src/views/CallMTKView.mm b/src/views/CallMTKView.mm index 10cf47b17852f6b49f7c5d66364385ad32d39cf4..b49dd466cda0a912816319f6be58b81e7345f17d 100644 --- a/src/views/CallMTKView.mm +++ b/src/views/CallMTKView.mm @@ -139,6 +139,7 @@ struct Uniforms { [commandEncoder endEncoding]; [commandBuffer presentDrawable:self.currentDrawable]; [commandBuffer commit]; + [self draw]; } bool frameDisplayed = false;