Browse Source

extended comment about glfwGetOpenedFilename removal

pull/1278/head
Silvio Kunaschk 6 years ago
parent
commit
701ef4ef63
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/main.cpp

+ 2
- 1
src/main.cpp View File

@@ -148,7 +148,8 @@ int main(int argc, char *argv[]) {
INFO("Initializing app");
appInit();

// removed for now, see https://github.com/VCVRack/Rack/issues/1269
// removed for now to be compliant with official GLEW version
// see https://github.com/VCVRack/Rack/issues/1269
// https://stackoverflow.com/questions/22952536/how-do-i-pass-a-filename-from-finder-into-my-os-x-application
//const char *openedFilename = glfwGetOpenedFilename();
const char *openedFilename = nullptr;


Loading…
Cancel
Save