diff --git a/interface/src/ui/Snapshot.cpp b/interface/src/ui/Snapshot.cpp index a7ba9bd2a1..f0fef33cee 100644 --- a/interface/src/ui/Snapshot.cpp +++ b/interface/src/ui/Snapshot.cpp @@ -40,7 +40,7 @@ void Snapshot::saveSnapshot(QGLWidget* widget, QString username, glm::vec3 locat QString fileName = FileUtils::standardPath(SNAPSHOTS_DIRECTORY); fileName.append(QString(FILENAME_PATH_FORMAT.arg(username, now.toString(DATETIME_FORMAT), formattedLocation))); - shot.save(fileName); + shot.save(fileName, 0, 100); }