- battle end screen render fix for tomreyn

This commit is contained in:
Mark Vejvoda 2013-03-16 06:57:16 +00:00
parent 203ad150ef
commit 44a498958c
1 changed files with 3 additions and 1 deletions

View File

@ -746,7 +746,9 @@ void BattleEnd::render() {
}
if(menuBackgroundVideo == NULL) {
renderToTextureCount++;
if(renderToTexture == NULL && renderToTextureCount < 300) {
renderToTextureCount++;
}
}
}