diff --git a/src/main.cpp b/src/main.cpp index 2e5676a6..aa836b31 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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;