only insert needed for load()
This commit is contained in:
parent
062ee83a9f
commit
bb7d788038
@ -47,7 +47,7 @@ bool SyncDocument::load(const std::string &fileName)
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
multiCmd->addCommand(
|
multiCmd->addCommand(
|
||||||
this->getSetKeyFrameCommand(
|
new InsertCommand(
|
||||||
int(trackIndex),
|
int(trackIndex),
|
||||||
atoi(rowString.c_str()),
|
atoi(rowString.c_str()),
|
||||||
keyFrame
|
keyFrame
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user