Fix file picker crash on AA

This commit is contained in:
pryon 2024-06-10 14:18:49 +02:00
parent edd2a9d8f6
commit c84702b490

View file

@ -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) {