mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
TINYGL: Attempt to fix compilation
This commit is contained in:
parent
9f7a903b10
commit
8ed00821ac
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user