Skip to content

Commit

Permalink
ofxiOS: fix FBO for GLK view (#6248)
Browse files Browse the repository at this point in the history
#changelog #ios
  • Loading branch information
gumilastik authored and arturoc committed Mar 1, 2019
1 parent 1e81b3f commit 4ca4f6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/ofxiOS/src/core/ofxiOSGLKViewController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ - (void)viewDidLoad {
self.delegate = self;
self.preferredFramesPerSecond = 60; //default
[view setMultipleTouchEnabled:ofxiOSGetOFWindow()->isMultiTouch()];
[view bindDrawable];
[self.glView setup];
}

Expand Down

0 comments on commit 4ca4f6e

Please sign in to comment.