git-svn-id: svn://db.shs.com.ru/libs@608 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2019-10-08 12:33:04 +00:00
parent 511a7c0514
commit c9640cf425
2 changed files with 1 additions and 2 deletions

View File

@@ -803,7 +803,6 @@ QByteArray QGLView::saveCamera() {
void QGLView::restoreCamera(const QByteArray &ba) {
if (ba.isEmpty()) return;
qDebug() << "restoreCamera" << ba.size();
ChunkStream cs(ba);
QVector3D pos, aim, ang;
while (!cs.atEnd()) {