@ Cleaned up some annoying debug messages in 3D Floor Mode

This commit is contained in:
biwa 2019-10-31 21:29:55 +01:00
parent 7dc01a9497
commit 7c7d3cbea4

View file

@ -253,15 +253,11 @@ namespace CodeImp.DoomBuilder.ThreeDFloorMode
{
base.OnActionEnd(action);
Debug.WriteLine("SLOPE: OnActionEnd (" + action.Name + ")");
if (!updateafteraction && action.Name != updateafteractionname)
return;
updateafteraction = false;
Debug.WriteLine("SLOPE: Acting for OnActionEnd (" + action.Name + ")");
Dictionary<SlopeVertexGroup, int> updatesvgs = new Dictionary<SlopeVertexGroup, int>();
// Find SVGs that needs to be updated, and change the SV z positions