Fire CHANGED_MEDIA event if a media texture is set or cleared

This commit is contained in:
Justin Clark-Casey (justincc)
2010-07-12 22:27:11 +01:00
parent 39a38c4901
commit eb5e39d6ef
3 changed files with 8 additions and 1 deletions

View File

@@ -58,7 +58,8 @@ namespace OpenSim.Region.Framework.Scenes
OWNER = 128,
REGION_RESTART = 256,
REGION = 512,
TELEPORT = 1024
TELEPORT = 1024,
MEDIA = 2048
}
// I don't really know where to put this except here.