add assettype mesh to list of binary assets

avinationmerge
UbitUmarov 2012-09-26 20:31:34 +01:00
parent 9a04269644
commit c3ea00f16e
1 changed files with 2 additions and 1 deletions

View File

@ -150,7 +150,8 @@ namespace OpenSim.Framework
Type == (sbyte)AssetType.SnapshotFolder ||
Type == (sbyte)AssetType.TrashFolder ||
Type == (sbyte)AssetType.ImageJPEG ||
Type == (sbyte) AssetType.ImageTGA ||
Type == (sbyte)AssetType.ImageTGA ||
Type == (sbyte)AssetType.Mesh ||
Type == (sbyte) AssetType.LSLBytecode);
}
}