mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-12 09:54:36 +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
|
||||
{
|
||||
DBG("draw at %lld %lld\n", x, y);
|
||||
// DBG("draw at %lld %lld\n", x, y);
|
||||
//prepare images
|
||||
if (isEmpty()) {
|
||||
DBG("emptyimage\n");
|
||||
// DBG("emptyimage\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user