mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
bork bork fix fix?
Originally committed to SVN as r868.
This commit is contained in:
parent
729349b314
commit
62bdfae3bf
@ -200,7 +200,7 @@ void VideoDisplay::Render() {
|
|||||||
// Update size
|
// Update size
|
||||||
void VideoDisplay::UpdateSize() {
|
void VideoDisplay::UpdateSize() {
|
||||||
// Loaded?
|
// Loaded?
|
||||||
if (VideoContext::Get()->IsLoaded()) return;
|
if (!VideoContext::Get()->IsLoaded()) return;
|
||||||
|
|
||||||
// Get size
|
// Get size
|
||||||
if (arType == 0) w = VideoContext::Get()->GetWidth() * zoomValue;
|
if (arType == 0) w = VideoContext::Get()->GetWidth() * zoomValue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user