early-access version 2684

This commit is contained in:
pineappleEA
2022-04-18 14:36:15 +02:00
parent 163a08529f
commit 88d2038112
4 changed files with 44 additions and 4 deletions
+2 -1
View File
@@ -934,7 +934,8 @@ void GRenderWindow::CaptureScreenshot(const QString& screenshot_path) {
const f32 res_scale = Settings::values.resolution_info.up_factor;
if (renderer.IsScreenshotPending()) {
LOG_ERROR(Render, "A screenshot is already requested or in progress, ignoring the request");
LOG_WARNING(Render,
"A screenshot is already requested or in progress, ignoring the request");
return;
}