[Scummvm-git-logs] scummvm master -> 425632ec55685a04ce82e3394a2bc113ec384f72
aquadran
noreply at scummvm.org
Sat Dec 18 07:51:51 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:
425632ec55 TINYGL: Disable scaling, it's broken
Commit: 425632ec55685a04ce82e3394a2bc113ec384f72
https://github.com/scummvm/scummvm/commit/425632ec55685a04ce82e3394a2bc113ec384f72
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2021-12-18T08:51:45+01:00
Commit Message:
TINYGL: Disable scaling, it's broken
Changed paths:
graphics/tinygl/zblit_public.h
diff --git a/graphics/tinygl/zblit_public.h b/graphics/tinygl/zblit_public.h
index 6ff785f94b..bc31a89848 100644
--- a/graphics/tinygl/zblit_public.h
+++ b/graphics/tinygl/zblit_public.h
@@ -49,12 +49,12 @@ struct BlitTransform {
_gTint = gTint;
_bTint = bTint;
}
-
+/*
void scale(int width, int height) {
_destinationRectangle.setWidth(width);
_destinationRectangle.setHeight(height);
}
-
+*/
void rotate(int rotation, int originX, int originY) {
_rotation = rotation;
_originX = originX;
More information about the Scummvm-git-logs
mailing list