Fix *.model.
This commit is contained in:
@@ -246,6 +246,7 @@ CString NoteSkinManager::GetPathTo( CString sDir, CString sFileName )
|
||||
CStringArray matches; // fill this with the possible files
|
||||
|
||||
GetDirListing( sDir+sFileName+"*.redir", matches, false, true );
|
||||
GetDirListing( sDir+sFileName+"*.model", matches, false, true );
|
||||
GetDirListing( sDir+sFileName+"*.txt", matches, false, true );
|
||||
GetDirListing( sDir+sFileName+"*.sprite", matches, false, true );
|
||||
GetDirListing( sDir+sFileName+"*.png", matches, false, true );
|
||||
|
||||
Reference in New Issue
Block a user