Visual Mode, UDMF, Visual Vertices: heights of vertices without z-offset was incorrect in some cases.

Visual Mode, UDMF, Visual Vertices: vertices without z-offset are now rendered using Vertex color (Preferences -> Appearance -> Vertices).
This commit is contained in:
MaxED 2013-05-02 11:03:16 +00:00
parent 6b4d03baaa
commit e4751dfaf1
4 changed files with 11 additions and 7 deletions

View file

@ -562,9 +562,6 @@ namespace CodeImp.DoomBuilder.BuilderModes
i.OnDelete();
}
// Update cache values
//General.Map.IsChanged = true;
PostAction();
}