mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 08:05:28 +02:00
Set JPG quality to 100
This commit is contained in:
parent
40ea552981
commit
c82a8a152e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue