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

aquadran aquadran at gmail.com
Wed Oct 20 20:31:40 UTC 2021


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:
a4e33a37eb STARK: Remove left over code


Commit: a4e33a37eba58a0056d920312a96930322cf8b9c
    https://github.com/scummvm/scummvm/commit/a4e33a37eba58a0056d920312a96930322cf8b9c
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2021-10-20T22:31:36+02:00

Commit Message:
STARK: Remove left over code

Changed paths:
    engines/stark/gfx/tinyglprop.cpp


diff --git a/engines/stark/gfx/tinyglprop.cpp b/engines/stark/gfx/tinyglprop.cpp
index 0067a2ade2..757547da7d 100644
--- a/engines/stark/gfx/tinyglprop.cpp
+++ b/engines/stark/gfx/tinyglprop.cpp
@@ -47,7 +47,7 @@ void TinyGLPropRenderer::render(const Math::Vector3d &position, float direction,
 		uploadVertices();
 		_modelIsDirty = false;
 	}
-	return;
+
 	_gfx->set3DMode();
 
 	Math::Matrix4 model = getModelMatrix(position, direction);




More information about the Scummvm-git-logs mailing list