* butterfingers
parent
e93b782f9d
commit
ed70ef6407
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue