some J2DWindow matches

This commit is contained in:
Jasper St. Pierre
2023-10-11 23:36:00 -07:00
parent f1ee93c138
commit bfc681d486
3 changed files with 190 additions and 17 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ public:
const ResTIMG* getTexInfo() const { return mTexInfo; }
u8 getFormat() const { return mTexInfo->format; }
s32 getTransparency() { return mTexInfo->alphaEnabled; }
s32 getTransparency() const { return mTexInfo->alphaEnabled; }
s32 getWidth() const { return mTexInfo->width; }
s32 getHeight() const { return mTexInfo->height; }
void setCaptureFlag(bool flag) { mFlags &= 2 | flag; }