diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-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 | ||