a few changes to last patch

This commit is contained in:
UbitUmarov
2020-08-31 12:35:39 +01:00
parent 2ad56bf0aa
commit 8e2eb983e3
3 changed files with 45 additions and 31 deletions

View File

@@ -37,6 +37,7 @@ namespace OpenSim.Region.Framework.Interfaces
void FromLightShare(RegionLightShareData wl);
RegionLightShareData ToLightShare();
byte[] GetDefaultAssetData(int type);
UUID GetDefaultAsset(int type);
void WindlightRefresh(int interpolate, bool notforparcel = true);
void WindlightRefreshForced(IScenePresence sp, int interpolate);