bug hunting coffee machine on windows
This commit is contained in:
@@ -102,6 +102,17 @@ void Item::init(Uint8 value, float x, float y, LTexture *texture, SDL_Renderer *
|
|||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (mClass == ITEM_COFFEE_MACHINE)
|
||||||
|
{
|
||||||
|
printf("---\n");
|
||||||
|
printf("x\t%f\n", mPosX);
|
||||||
|
printf("y\t%f\n", mPosY);
|
||||||
|
printf("ax\t%f\n", mAccelX);
|
||||||
|
printf("ay\t%f\n", mAccelY);
|
||||||
|
printf("r\t%f\n", mCollider.r);
|
||||||
|
printf("---\n");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Centra el objeto en la posición X
|
// Centra el objeto en la posición X
|
||||||
|
|||||||
Reference in New Issue
Block a user