0.8 is nicer than 0.6

This commit is contained in:
codeimp 2008-04-29 20:59:59 +00:00
parent 6ba6d7416d
commit 935e21b47d

View file

@ -53,7 +53,7 @@ namespace CodeImp.DoomBuilder.BuilderModes.Editing
#region ================== Constants
private const float LINE_THICKNESS = 0.6f;
private const float LINE_THICKNESS = 0.8f;
#endregion
@ -137,6 +137,8 @@ namespace CodeImp.DoomBuilder.BuilderModes.Editing
// Make undo for the draw
General.Map.UndoRedo.CreateUndo("line draw", UndoGroup.None, 0);
// MOO
// Update cached values
General.Map.Map.Update();