Graphics: Remove dubious optimization

This commit is contained in:
Jonas Kulla 2014-07-15 11:53:34 +02:00
parent c5f18ee535
commit 97f18beb91
1 changed files with 0 additions and 4 deletions

View File

@ -97,10 +97,6 @@ struct PingPong
{ {
std::swap(srcInd, dstInd); std::swap(srcInd, dstInd);
/* Discard dest buffer */
TEX::bind(rt[dstInd].tex);
TEX::allocEmpty(screenW, screenH);
bind(); bind();
} }