mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
* butterfingers
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user