|
|
@@ -1,6 +1,5 @@
|
|
|
//********************************** Banshee Engine (www.banshee3d.com) **************************************************//
|
|
|
//**************** Copyright (c) 2016 Marko Pintera ([email protected]). All rights reserved. **********************//
|
|
|
-
|
|
|
using bs;
|
|
|
|
|
|
namespace bs.Editor
|
|
|
@@ -96,8 +95,6 @@ namespace bs.Editor
|
|
|
/// </summary>
|
|
|
private void OnFieldValueConfirm()
|
|
|
{
|
|
|
- StartUndo();
|
|
|
-
|
|
|
if(state.HasFlag(InspectableState.ModifyInProgress))
|
|
|
state |= InspectableState.Modified;
|
|
|
|