[Scummvm-git-logs] scummvm master -> e14ff21496c9177504ab4de437501378e7bcff29

sev- noreply at scummvm.org
Thu Mar 5 00:04:11 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
e14ff21496 BACKENDS: OPENGL: Unpanic warning


Commit: e14ff21496c9177504ab4de437501378e7bcff29
    https://github.com/scummvm/scummvm/commit/e14ff21496c9177504ab4de437501378e7bcff29
Author: Orgad Shaneh (orgads at gmail.com)
Date: 2026-03-05T01:04:07+01:00

Commit Message:
BACKENDS: OPENGL: Unpanic warning

Amends commit c80dcca5470592718389e1dee40a97e2a237fff6.

Changed paths:
    backends/graphics/opengl/opengl-graphics.cpp


diff --git a/backends/graphics/opengl/opengl-graphics.cpp b/backends/graphics/opengl/opengl-graphics.cpp
index db491a079b6..04aee379c76 100644
--- a/backends/graphics/opengl/opengl-graphics.cpp
+++ b/backends/graphics/opengl/opengl-graphics.cpp
@@ -1461,7 +1461,7 @@ void OpenGLGraphicsManager::grabPalette(byte *colors, uint start, uint num) cons
 
 void OpenGLGraphicsManager::handleResizeImpl(const int width, const int height) {
 	if (!_targetBuffer) {
-		warning("PANIC: Resizing with empty context target buffer, ignoring");
+		warning("Resizing with empty context target buffer, ignoring");
 		return;
 	}
 




More information about the Scummvm-git-logs mailing list