mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fix file picker crash on AA
This commit is contained in:
parent
edd2a9d8f6
commit
c84702b490
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
===========================================================================
|
||||
Copyright (C) 2023 the OpenMoHAA team
|
||||
Copyright (C) 2023-2024 the OpenMoHAA team
|
||||
|
||||
This file is part of OpenMoHAA source code.
|
||||
|
||||
|
@ -94,7 +94,7 @@ void PickFile(const char *name, Listener *obj, Event& event)
|
|||
currentpath = "";
|
||||
}
|
||||
|
||||
picker->Setup("", currentpath, ".*");
|
||||
picker->Setup("", currentpath, ".*", "");
|
||||
}
|
||||
|
||||
CLASS_DECLARATION(FilePickerClass, ViewSpawnerClass, NULL) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue