diff options
author | Teravus Ovares | 2008-06-28 00:33:17 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-06-28 00:33:17 +0000 |
commit | e5649e0dd5aa944e68594825399f71562d1c867e (patch) | |
tree | 5e577045e726afb9d68d68410b07e18ba6bfb864 /OpenSim/Framework | |
parent | altered prior warning fix to Meshmerizer.cs to allow mesh debugging code to f... (diff) | |
download | opensim-SC_OLD-e5649e0dd5aa944e68594825399f71562d1c867e.zip opensim-SC_OLD-e5649e0dd5aa944e68594825399f71562d1c867e.tar.gz opensim-SC_OLD-e5649e0dd5aa944e68594825399f71562d1c867e.tar.bz2 opensim-SC_OLD-e5649e0dd5aa944e68594825399f71562d1c867e.tar.xz |
* Various documentation to some black magic parts of LLClientView
* Added IClientAPI.SendTexture stub.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 7541c32..a646224 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -1017,6 +1017,8 @@ namespace OpenSim.Framework | |||
1017 | 1017 | ||
1018 | void SendAsset(AssetRequestToClient req); | 1018 | void SendAsset(AssetRequestToClient req); |
1019 | 1019 | ||
1020 | void SendTexture(AssetBase TextureAsset); | ||
1021 | |||
1020 | byte[] GetThrottlesPacked(float multiplier); | 1022 | byte[] GetThrottlesPacked(float multiplier); |
1021 | 1023 | ||
1022 | 1024 | ||