Graphics: Remove dubious optimization
This commit is contained in:
parent
c5f18ee535
commit
97f18beb91
|
@ -97,10 +97,6 @@ struct PingPong
|
|||
{
|
||||
std::swap(srcInd, dstInd);
|
||||
|
||||
/* Discard dest buffer */
|
||||
TEX::bind(rt[dstInd].tex);
|
||||
TEX::allocEmpty(screenW, screenH);
|
||||
|
||||
bind();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue