mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
terraforming changes: make sliders work, remove some brushs, etc. Feedback needed (run prebuild)
This commit is contained in:
@@ -35,7 +35,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
{
|
||||
void LoadFromFile(string filename);
|
||||
void SaveToFile(string filename);
|
||||
void ModifyTerrain(UUID user, Vector3 pos, byte size, byte action, UUID agentId);
|
||||
void ModifyTerrain(UUID user, Vector3 pos, byte size, byte action);
|
||||
|
||||
/// <summary>
|
||||
/// Taint the terrain. This will lead to sending the terrain data to the clients again.
|
||||
|
||||
Reference in New Issue
Block a user