diff options
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 8c9aee7..b969a8d 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -642,7 +642,7 @@ namespace OpenSim.Framework | |||
642 | 642 | ||
643 | #region Parcel Methods | 643 | #region Parcel Methods |
644 | 644 | ||
645 | void SendParcelMediaCommand(ParcelMediaCommandEnum flags, uint command, float time); | 645 | void SendParcelMediaCommand(uint flags, ParcelMediaCommandEnum command, float time); |
646 | 646 | ||
647 | void SendParcelMediaUpdate(string mediaUrl, LLUUID mediaTextureID, | 647 | void SendParcelMediaUpdate(string mediaUrl, LLUUID mediaTextureID, |
648 | byte autoScale, string mediaType, string mediaDesc, int mediaWidth, int mediaHeight, | 648 | byte autoScale, string mediaType, string mediaDesc, int mediaWidth, int mediaHeight, |