[Scummvm-git-logs] scummvm master -> 8ed00821acca5a27f5f624b8acfdf842f6d992ed

aquadran noreply at scummvm.org
Sun Dec 5 22:00:21 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:
8ed00821ac TINYGL: Attempt to fix compilation


Commit: 8ed00821acca5a27f5f624b8acfdf842f6d992ed
    https://github.com/scummvm/scummvm/commit/8ed00821acca5a27f5f624b8acfdf842f6d992ed
Author: Paweł Kołodziejski (aquadran at gmail.com)
Date: 2021-12-05T23:00:15+01:00

Commit Message:
TINYGL: Attempt to fix compilation

Changed paths:
    graphics/tinygl/zbuffer.h


diff --git a/graphics/tinygl/zbuffer.h b/graphics/tinygl/zbuffer.h
index dc36172567..aaa0a78de5 100644
--- a/graphics/tinygl/zbuffer.h
+++ b/graphics/tinygl/zbuffer.h
@@ -122,12 +122,10 @@ public:
 		return _zbuf;
 	}
 
-private:
 	FORCEINLINE void readPixelRGB(int pixel, byte &r, byte &g, byte &b) {
 		pbuf.getRGBAt(pixel, r, g, b);
 	}
 
-public:
 	FORCEINLINE bool compareDepth(unsigned int &zSrc, unsigned int &zDst) {
 		if (!_depthTestEnabled)
 			return true;




More information about the Scummvm-git-logs mailing list