extra dbg

Signed-off-by: Slice <sergey.slice@gmail.com>
This commit is contained in:
Slice 2024-06-08 15:29:29 +03:00
parent cd78a41c5e
commit 223904acee

View File

@ -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;
}