diff --git a/es-core/src/components/VideoVlcComponent.cpp b/es-core/src/components/VideoVlcComponent.cpp index d0f0b0e63..1d1210123 100644 --- a/es-core/src/components/VideoVlcComponent.cpp +++ b/es-core/src/components/VideoVlcComponent.cpp @@ -150,9 +150,6 @@ void VideoVlcComponent::resize() } } - mTexture->rasterizeAt(static_cast(std::round(mSize.x())), - static_cast(std::round(mSize.y()))); - onSizeChanged(); }