diff options
| author | Jasper St. Pierre <jstpierre@mecheye.net> | 2023-10-11 23:36:00 -0700 |
|---|---|---|
| committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2023-10-11 23:36:00 -0700 |
| commit | bfc681d4862906d1e4be5dfe1f7b2eeb44fbeeaa (patch) | |
| tree | 1aa31d66a98ac0f08fa9310a36b010dfe38bc11b /include/JSystem/JUtility | |
| parent | f1ee93c1383d28f272d1b9f641119f8a2c395dbb (diff) | |
some J2DWindow matches
Diffstat (limited to 'include/JSystem/JUtility')
| -rw-r--r-- | include/JSystem/JUtility/JUTTexture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/JUtility/JUTTexture.h b/include/JSystem/JUtility/JUTTexture.h index b118139a..cce7e952 100644 --- a/include/JSystem/JUtility/JUTTexture.h +++ b/include/JSystem/JUtility/JUTTexture.h @@ -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; } |
