mirror of
https://github.com/zeldaret/tp
synced 2026-05-28 00:16:11 -04:00
JUtility debug (#3020)
This commit is contained in:
@@ -51,13 +51,11 @@ void JUTFader::control() {
|
||||
}
|
||||
|
||||
void JUTFader::draw() {
|
||||
if (mColor.a == 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
J2DOrthoGraph orthograph;
|
||||
orthograph.setColor(mColor);
|
||||
orthograph.fillBox(mBox);
|
||||
if (mColor.a != 0) {
|
||||
J2DOrthoGraph orthograph;
|
||||
orthograph.setColor(mColor);
|
||||
orthograph.fillBox(mBox);
|
||||
}
|
||||
}
|
||||
|
||||
bool JUTFader::startFadeIn(int param_0) {
|
||||
|
||||
Reference in New Issue
Block a user