mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-17 04:52:21 -04:00
d_name mostly done (#1082)
This commit is contained in:
@@ -114,7 +114,7 @@ public:
|
||||
void setCornerColor(JUtility::TColor c) { setCornerColor(c, c, c, c); }
|
||||
|
||||
void setBinding(J2DBinding v) { mBinding = v; }
|
||||
void setMirror(J2DMirror v) {} // untested { mFlag = (mFlag & ~0x03) | v; }
|
||||
void setMirror(J2DMirror v) { mFlag = (mFlag & 0x04) | v; }
|
||||
J2DMirror getMirror() const { return J2DMirror(mFlag & 0x03); }
|
||||
|
||||
void setTumble(bool v) {} // untested { mFlag = (mFlag & ~0x04) | (v << 2); }
|
||||
|
||||
Reference in New Issue
Block a user