mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
corrected the params types on IClientAPI.SendParcelMediaCommand. the command parameter should be set to the the ParcelMediaCommandEnum value. While flags seems to need to be set to (uint)(1<<[value of the command enum])
This commit is contained in:
@@ -642,7 +642,7 @@ namespace OpenSim.Framework
|
||||
|
||||
#region Parcel Methods
|
||||
|
||||
void SendParcelMediaCommand(ParcelMediaCommandEnum flags, uint command, float time);
|
||||
void SendParcelMediaCommand(uint flags, ParcelMediaCommandEnum command, float time);
|
||||
|
||||
void SendParcelMediaUpdate(string mediaUrl, LLUUID mediaTextureID,
|
||||
byte autoScale, string mediaType, string mediaDesc, int mediaWidth, int mediaHeight,
|
||||
|
||||
Reference in New Issue
Block a user