Skip to content

Commit

Permalink
Fix OpenGL window resizing in macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Sep 4, 2018
1 parent 0e7c0f2 commit ae45ba5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Backends/System/macOS/Sources/Kore/BasicOpenGLView.mm
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,9 @@ - (void)prepareOpenGL {
#endif

- (void)update { // window resizes, moves and display changes (resize, depth and display config change)
// [super update]; //TODO: Who did this?
#ifdef KORE_OPENGL
[super update];
#endif
}

#ifndef KORE_METAL
Expand Down

0 comments on commit ae45ba5

Please sign in to comment.