Skip to content

Commit da201ba

Browse files
committed
Updated extension whitelist
1 parent 24d5a05 commit da201ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/path_utils.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ namespace AsyncIO::PathUtils {
99
"txt", "dat", "json", "xml", "csv",
1010
"jpg", "jpeg", "png", "vtf", "vmt",
1111
"mp3", "wav", "ogg", "vcd", "dem",
12-
"gma"
12+
"gma", "mdl", "phy", "vvd", "vtx",
13+
"ani"
1314
};
1415

1516
template<class T>

0 commit comments

Comments
 (0)