bork bork fix fix?
Originally committed to SVN as r868.
This commit is contained in:
parent
729349b314
commit
62bdfae3bf
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue