[Scummvm-git-logs] scummvm master -> 6053dbacff5dc66d16dd835ae59ce8ae8b704f50

sev- noreply at scummvm.org
Thu Jun 13 14:11:16 UTC 2024


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

Summary:
6053dbacff WATCHMAKER: Remove extra semicolon


Commit: 6053dbacff5dc66d16dd835ae59ce8ae8b704f50
    https://github.com/scummvm/scummvm/commit/6053dbacff5dc66d16dd835ae59ce8ae8b704f50
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-06-13T16:11:05+02:00

Commit Message:
WATCHMAKER: Remove extra semicolon

Changed paths:
    engines/watchmaker/3d/render/opengl_renderer.cpp


diff --git a/engines/watchmaker/3d/render/opengl_renderer.cpp b/engines/watchmaker/3d/render/opengl_renderer.cpp
index ac54fd0ab06..cc523a716e0 100644
--- a/engines/watchmaker/3d/render/opengl_renderer.cpp
+++ b/engines/watchmaker/3d/render/opengl_renderer.cpp
@@ -111,7 +111,7 @@ void OpenGLRenderer::setTransformMatrix(TransformMatrix which, const Matrix4x4 &
 	glLoadMatrixf(matrix.data);
 	glScalef(1.0f, 1.0f, -1.0f);
 	glMatrixMode(oldMatrixMode);
-};
+}
 
 void OpenGLRenderer::pushModelView() {
 	GLint oldMatrixMode;




More information about the Scummvm-git-logs mailing list