add assettype mesh to list of binary assets
parent
9a04269644
commit
c3ea00f16e
|
@ -151,6 +151,7 @@ namespace OpenSim.Framework
|
||||||
Type == (sbyte)AssetType.TrashFolder ||
|
Type == (sbyte)AssetType.TrashFolder ||
|
||||||
Type == (sbyte)AssetType.ImageJPEG ||
|
Type == (sbyte)AssetType.ImageJPEG ||
|
||||||
Type == (sbyte)AssetType.ImageTGA ||
|
Type == (sbyte)AssetType.ImageTGA ||
|
||||||
|
Type == (sbyte)AssetType.Mesh ||
|
||||||
Type == (sbyte) AssetType.LSLBytecode);
|
Type == (sbyte) AssetType.LSLBytecode);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue