* 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

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