diff --git a/src/graphics.cpp b/src/graphics.cpp index 7e0264d..4784fde 100644 --- a/src/graphics.cpp +++ b/src/graphics.cpp @@ -97,10 +97,6 @@ struct PingPong { std::swap(srcInd, dstInd); - /* Discard dest buffer */ - TEX::bind(rt[dstInd].tex); - TEX::allocEmpty(screenW, screenH); - bind(); }