diff options
author | Melanie | 2009-09-30 21:23:00 +0100 |
---|---|---|
committer | Melanie | 2009-09-30 21:33:20 +0100 |
commit | 400abed271b7d59b8038326fccfe76c28d7d1051 (patch) | |
tree | 71f2fddd7ec0ccc700dfa635e7d2ddee617750c6 /OpenSim/Client/MXP | |
parent | Remove predecode-j2k and it's assoaciated logic (diff) | |
download | opensim-SC_OLD-400abed271b7d59b8038326fccfe76c28d7d1051.zip opensim-SC_OLD-400abed271b7d59b8038326fccfe76c28d7d1051.tar.gz opensim-SC_OLD-400abed271b7d59b8038326fccfe76c28d7d1051.tar.bz2 opensim-SC_OLD-400abed271b7d59b8038326fccfe76c28d7d1051.tar.xz |
Add RebakeAvatarTexturesPacket to the client view
Diffstat (limited to 'OpenSim/Client/MXP')
-rw-r--r-- | OpenSim/Client/MXP/ClientStack/MXPClientView.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs index 104f2d5..82ad942 100644 --- a/OpenSim/Client/MXP/ClientStack/MXPClientView.cs +++ b/OpenSim/Client/MXP/ClientStack/MXPClientView.cs | |||
@@ -1649,5 +1649,9 @@ namespace OpenSim.Client.MXP.ClientStack | |||
1649 | public void SendPickInfoReply(UUID pickID,UUID creatorID, bool topPick, UUID parcelID, string name, string desc, UUID snapshotID, string user, string originalName, string simName, Vector3 posGlobal, int sortOrder, bool enabled) | 1649 | public void SendPickInfoReply(UUID pickID,UUID creatorID, bool topPick, UUID parcelID, string name, string desc, UUID snapshotID, string user, string originalName, string simName, Vector3 posGlobal, int sortOrder, bool enabled) |
1650 | { | 1650 | { |
1651 | } | 1651 | } |
1652 | |||
1653 | public void SendRebakeAvatarTextures(UUID textureID) | ||
1654 | { | ||
1655 | } | ||
1652 | } | 1656 | } |
1653 | } | 1657 | } |