git-svn-id: svn://db.shs.com.ru/libs@608 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user