* butterfingers

0.6.5-rc1
lbsa71 2009-04-08 20:10:43 +00:00
parent e93b782f9d
commit ed70ef6407
1 changed files with 6 additions and 6 deletions

View File

@ -62,12 +62,12 @@ namespace OpenSim.Framework
{
get
{
return
Type == (sbyte) AssetType.Animation ||
Type == (sbyte) AssetType.Gesture ||
Type == (sbyte) AssetType.ImageJPEG ||
Type == (sbyte) AssetType.ImageTGA ||
Type == (sbyte) AssetType.LSLBytecode ||;
return
(Type == (sbyte) AssetType.Animation ||
Type == (sbyte) AssetType.Gesture ||
Type == (sbyte) AssetType.ImageJPEG ||
Type == (sbyte) AssetType.ImageTGA ||
Type == (sbyte) AssetType.LSLBytecode);
}
}