remove the .model format; it's obsoleted by .xml Type="Model"
This commit is contained in:
@@ -443,8 +443,7 @@ FileType ActorUtil::GetFileType( const CString &sPath )
|
|||||||
else if(
|
else if(
|
||||||
sExt=="sprite" ) return FT_Sprite;
|
sExt=="sprite" ) return FT_Sprite;
|
||||||
else if(
|
else if(
|
||||||
sExt=="txt" ||
|
sExt=="txt" ) return FT_Model;
|
||||||
sExt=="model" ) return FT_Model;
|
|
||||||
else return FT_Invalid;
|
else return FT_Invalid;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user