* butterfingers

This commit is contained in:
lbsa71
2009-04-08 20:10:43 +00:00
parent e93b782f9d
commit ed70ef6407

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);
}
}