Merge pull request #13779 from amantley/perspectiveBug

Perspective bug
This commit is contained in:
John Conklin II 2018-08-21 11:31:14 -07:00 committed by GitHub
commit ad835597e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -282,6 +282,7 @@ void Model::reset() {
const FBXGeometry& geometry = getFBXGeometry();
_rig.reset(geometry);
emit rigReset();
emit rigReady();
}
}