mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-06-08 03:13:52 +00:00
Cleanup.
This commit is contained in:
@@ -104,7 +104,7 @@ bool openFileSelectionDialog(
|
||||
|
||||
panel.message = [[NSString alloc] initWithBytes:_title.getPtr() length:_title.getLength() encoding:NSASCIIStringEncoding];
|
||||
panel.directoryURL = [NSURL URLWithString:@(_inOutFilePath.getCPtr())];
|
||||
panel.allowedFileTypes = fileTypes;
|
||||
panel.allowedContentTypes = fileTypes;
|
||||
|
||||
if ([panel runModal] == NSModalResponseOK)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user