Browse Source

Fix OSX build

gh-pages
falkTX 10 years ago
parent
commit
69dcbb4aaa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dgl/src/pugl/pugl_osx.m

+ 1
- 1
dgl/src/pugl/pugl_osx.m View File

@@ -79,7 +79,7 @@
}

// this allows spacebar (for example) to start/stop the transport
- (BOOL) canBecomeKeyWindow
- (BOOL) canBecomeKeyWindow:(id)sender
{
return YES;
}


Loading…
Cancel
Save