Code Clean
This commit is contained in:
committed by
GitHub
parent
ece483048c
commit
e6cf43bbdf
@@ -165,8 +165,8 @@ namespace lime {
|
|||||||
|
|
||||||
#ifdef HX_WINDOWS
|
#ifdef HX_WINDOWS
|
||||||
|
|
||||||
std::wstring temp(L"*.");
|
std::wstring temp (L"*.");
|
||||||
const wchar_t* filters[] = {filter ? (temp + *filter).c_str() : NULL};
|
const wchar_t* filters[] = {filter ? (temp + *filter).c_str () : NULL};
|
||||||
|
|
||||||
const wchar_t* path = tinyfd_saveFileDialogW (L"", defaultPath ? defaultPath->c_str () : 0, filter ? 1 : 0, filter ? filters : NULL, NULL);
|
const wchar_t* path = tinyfd_saveFileDialogW (L"", defaultPath ? defaultPath->c_str () : 0, filter ? 1 : 0, filter ? filters : NULL, NULL);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user