Пример #1
0
void FontRenderer::begin(const AABB2D& camera) noexcept
{
	this->begin(camera.position(), camera.dimensions());
}