From 62bdfae3bfb77c58f3a81e9e00bcb99cc503e78e Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Sun, 21 Jan 2007 23:26:49 +0000 Subject: [PATCH] bork bork fix fix? Originally committed to SVN as r868. --- aegisub/video_display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/video_display.cpp b/aegisub/video_display.cpp index f1761157f..650fe1c69 100644 --- a/aegisub/video_display.cpp +++ b/aegisub/video_display.cpp @@ -200,7 +200,7 @@ void VideoDisplay::Render() { // Update size void VideoDisplay::UpdateSize() { // Loaded? - if (VideoContext::Get()->IsLoaded()) return; + if (!VideoContext::Get()->IsLoaded()) return; // Get size if (arType == 0) w = VideoContext::Get()->GetWidth() * zoomValue;