diff options
author | UbitUmarov | 2014-09-26 14:22:54 +0100 |
---|---|---|
committer | UbitUmarov | 2014-09-26 14:22:54 +0100 |
commit | 90cad824050ffbd081baf5338638e2e6d95903f2 (patch) | |
tree | 61b7840c4098972f8160492932c0649c789ff540 /OpenSim/Framework/AnimationSet.cs | |
parent | make c# more happy (diff) | |
download | opensim-SC-90cad824050ffbd081baf5338638e2e6d95903f2.zip opensim-SC-90cad824050ffbd081baf5338638e2e6d95903f2.tar.gz opensim-SC-90cad824050ffbd081baf5338638e2e6d95903f2.tar.bz2 opensim-SC-90cad824050ffbd081baf5338638e2e6d95903f2.tar.xz |
remove unnecessary argument ref
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; |