mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 13:50:35 +02:00
fixed indentation
This commit is contained in:
parent
026daef842
commit
9a0fd78e41
1 changed files with 29 additions and 28 deletions
|
@ -193,6 +193,7 @@ namespace controller {
|
|||
QJsonObject data = openFile(info.absoluteFilePath(), success);
|
||||
if (success) {
|
||||
_framesRecorded = data["frameCount"].toInt();
|
||||
qDebug() << "frame count" << _framesRecorded;
|
||||
QJsonArray actionArrayList = data["actionList"].toArray();
|
||||
QJsonArray poseArrayList = data["poseList"].toArray();
|
||||
|
||||
|
|
Loading…
Reference in a new issue