mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-21 14:07:29 -04:00
d_metronome work
This commit is contained in:
@@ -16,6 +16,13 @@ public:
|
||||
mbClipToParent = false;
|
||||
}
|
||||
|
||||
J2DScreen()
|
||||
: J2DPane(NULL, true, 'root', JGeometry::TBox2<f32>(0.0f, 0.0f, 640.0f, 480.0f))
|
||||
, mColor()
|
||||
{
|
||||
mbClipToParent = false;
|
||||
}
|
||||
|
||||
virtual ~J2DScreen();
|
||||
virtual u16 getTypeID() { return 0x08; }
|
||||
virtual void calcMtx() { makeMatrix(mBounds.i.x, mBounds.i.y); }
|
||||
|
||||
Reference in New Issue
Block a user