mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
same for osSetDynamicTextureURLBlendFace(). thx djphil
This commit is contained in:
@@ -820,7 +820,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
public string osSetDynamicTextureURLBlendFace(string dynamicID, string contentType, string url, string extraParams,
|
||||
bool blend, int disp, int timer, int alpha, int face)
|
||||
{
|
||||
CheckThreatLevel(ThreatLevel.VeryLow, "osSetDynamicTextureURLBlendFace");
|
||||
CheckThreatLevel(ThreatLevel.VeryHigh, "osSetDynamicTextureURLBlendFace");
|
||||
|
||||
if (dynamicID == String.Empty)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user