Minor improvements to usability
This commit is contained in:
@@ -904,7 +904,7 @@ namespace FlaxEditor.GUI
|
||||
var k = new Keyframe
|
||||
{
|
||||
Time = keyframesPos.X,
|
||||
Value = DefaultValue,
|
||||
Value = Utilities.Utils.CloneValue(DefaultValue),
|
||||
};
|
||||
OnEditingStart();
|
||||
AddKeyframe(k);
|
||||
|
||||
Reference in New Issue
Block a user