Skip to content

Commit a851a5c

Browse files
author
Samuel Venable
committed
Update libfiledialogs extension to latest version.
1 parent 01b7bc1 commit a851a5c

File tree

7 files changed

+1
-0
lines changed

7 files changed

+1
-0
lines changed
16.5 KB
Binary file not shown.
-81 KB
Binary file not shown.

extensions/libfiledialogs/libfiledialogs.gml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
EnvironmentSetVariable("IMGUI_FONT_PATH", working_directory + string_lower("Fonts"));
55
_IfdLoadFonts();
66
} else {
7+
EnvironmentSetVariable("IMGUI_FONT_PATH", program_directory + "assets/" + string_lower("Fonts"));
78
pid = ProcessExecute("uname -m");
89
res = ExecutedProcessReadFromStandardOutput(pid);
910
FreeExecutedProcessStandardOutput(pid);
-92 KB
Binary file not shown.
-30.6 MB
Binary file not shown.
0 Bytes
Binary file not shown.
4 KB
Binary file not shown.

0 commit comments

Comments
 (0)