bork bork fix fix?

Originally committed to SVN as r868.
This commit is contained in:
Rodrigo Braz Monteiro 2007-01-21 23:26:49 +00:00
parent 729349b314
commit 62bdfae3bf

View file

@ -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;