mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-31 04:25:40 +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();
|
onSizeChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue