修正测试
This commit is contained in:
@@ -252,6 +252,10 @@ bool NodeKeyframe::load(QXmlStreamReader *reader, NodeValue::Type data_type)
|
||||
this->set_value(
|
||||
NodeValue::StringToValue(data_type, reader->readElementText(), true));
|
||||
|
||||
if (!key_input.isEmpty()) {
|
||||
this->set_input(key_input);
|
||||
}
|
||||
|
||||
this->set_bezier_control_in(key_in_handle);
|
||||
this->set_bezier_control_out(key_out_handle);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user