Removed an invalid video resizing attempt.

This commit is contained in:
Leon Styhre 2021-01-14 21:56:43 +01:00
parent be9eaf6b38
commit 2995a0c7c5

View file

@ -150,9 +150,6 @@ void VideoVlcComponent::resize()
}
}
mTexture->rasterizeAt(static_cast<size_t>(std::round(mSize.x())),
static_cast<size_t>(std::round(mSize.y())));
onSizeChanged();
}