- 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

View File

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