diff options
author | Justin Clark-Casey (justincc) | 2010-05-21 21:58:55 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-05-21 21:58:55 +0100 |
commit | 89f1ddb0a5b1a019dcd32b7c410e5a3dd3a2747b (patch) | |
tree | 84c03b2affadd720d883b5d127328838b153da9d /OpenSim/Region/Examples | |
parent | rearrange SceneGraph.AddSceneObject() to return earlier if an object with tha... (diff) | |
parent | * Moving all of the prioritization/reprioritization code into a new file Prio... (diff) | |
download | opensim-SC_OLD-89f1ddb0a5b1a019dcd32b7c410e5a3dd3a2747b.zip opensim-SC_OLD-89f1ddb0a5b1a019dcd32b7c410e5a3dd3a2747b.tar.gz opensim-SC_OLD-89f1ddb0a5b1a019dcd32b7c410e5a3dd3a2747b.tar.bz2 opensim-SC_OLD-89f1ddb0a5b1a019dcd32b7c410e5a3dd3a2747b.tar.xz |
Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Region/Examples')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index aac47d1..967438f 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -548,7 +548,7 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
548 | { | 548 | { |
549 | } | 549 | } |
550 | 550 | ||
551 | public void ReprioritizeUpdates(UpdatePriorityHandler handler) | 551 | public void ReprioritizeUpdates() |
552 | { | 552 | { |
553 | } | 553 | } |
554 | 554 | ||