mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-18 15:15:37 +00:00
Removed an invalid video resizing attempt.
This commit is contained in:
parent
be9eaf6b38
commit
2995a0c7c5
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue