- 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,9 +746,11 @@ void BattleEnd::render() {
}
if(menuBackgroundVideo == NULL) {
if(renderToTexture == NULL && renderToTextureCount < 300) {
renderToTextureCount++;
}
}
}
renderer.renderFPSWhenEnabled(lastFps);