mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-12-02 13:03:28 +01:00
extra dbg
Signed-off-by: Slice <sergey.slice@gmail.com>
This commit is contained in:
parent
cd78a41c5e
commit
223904acee
@ -579,10 +579,10 @@ void XImage::Draw(INTN x, INTN y, float scale) const
|
|||||||
|
|
||||||
void XImage::Draw(INTN x, INTN y, float scale, XBool Opaque) const
|
void XImage::Draw(INTN x, INTN y, float scale, XBool Opaque) const
|
||||||
{
|
{
|
||||||
DBG("draw at %lld %lld\n", x, y);
|
// DBG("draw at %lld %lld\n", x, y);
|
||||||
//prepare images
|
//prepare images
|
||||||
if (isEmpty()) {
|
if (isEmpty()) {
|
||||||
DBG("emptyimage\n");
|
// DBG("emptyimage\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user