diff options
Diffstat (limited to 'OpenSim/Framework/AnimationSet.cs')
-rw-r--r-- | OpenSim/Framework/AnimationSet.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/AnimationSet.cs b/OpenSim/Framework/AnimationSet.cs index f91838e..7e6aa17 100644 --- a/OpenSim/Framework/AnimationSet.cs +++ b/OpenSim/Framework/AnimationSet.cs | |||
@@ -45,7 +45,7 @@ namespace OpenSim.Framework | |||
45 | return currentPerm & allowedPermitions; | 45 | return currentPerm & allowedPermitions; |
46 | } | 46 | } |
47 | 47 | ||
48 | public static void enforceItemPermitions(ref InventoryItemBase it) | 48 | public static void enforceItemPermitions(InventoryItemBase it) |
49 | { | 49 | { |
50 | if (it == null) | 50 | if (it == null) |
51 | return; | 51 | return; |