mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
use standard sdk stack in terrain model rather than OpenSim.Framework.UndoStack.
remove OpenSim.Framework.UndoStack
This commit is contained in:
@@ -84,7 +84,7 @@ namespace OpenSim.Region.CoreModules.World.Terrain
|
||||
private ITerrainChannel m_revert;
|
||||
private Scene m_scene;
|
||||
private volatile bool m_tainted;
|
||||
private readonly UndoStack<LandUndoState> m_undo = new UndoStack<LandUndoState>(5);
|
||||
private readonly Stack<LandUndoState> m_undo = new Stack<LandUndoState>(5);
|
||||
|
||||
#region ICommandableModule Members
|
||||
|
||||
|
||||
Reference in New Issue
Block a user