diff --git a/Assets/StandaloneFileBrowser/Plugins/Linux/x86_64/libStandaloneFileBrowser.so b/Assets/StandaloneFileBrowser/Plugins/Linux/x86_64/libStandaloneFileBrowser.so index 9f02b0a..344084e 100755 Binary files a/Assets/StandaloneFileBrowser/Plugins/Linux/x86_64/libStandaloneFileBrowser.so and b/Assets/StandaloneFileBrowser/Plugins/Linux/x86_64/libStandaloneFileBrowser.so differ diff --git a/Package/StandaloneFileBrowser.unitypackage b/Package/StandaloneFileBrowser.unitypackage index 88fc655..aed1801 100644 Binary files a/Package/StandaloneFileBrowser.unitypackage and b/Package/StandaloneFileBrowser.unitypackage differ diff --git a/Plugins/Linux/StandaloneFileBrowser/library.c b/Plugins/Linux/StandaloneFileBrowser/library.c index 47852e5..0599616 100644 --- a/Plugins/Linux/StandaloneFileBrowser/library.c +++ b/Plugins/Linux/StandaloneFileBrowser/library.c @@ -127,7 +127,7 @@ GTKOpenPanel(const char* title, const char* directory, const char* extensions, b strcpy(filename, name); g_free(name); } - } else if (res == GTK_RESPONSE_CANCEL) { + } else { // if (res == GTK_RESPONSE_CANCEL) { filename = malloc(sizeof(char)); filename[0] = '\0'; }