This commit is contained in:
Rachael Alexanderson 2016-11-02 03:12:21 -04:00
commit 7cba67ad45
2 changed files with 2 additions and 1 deletions

View file

@ -1094,6 +1094,7 @@ void D3DFB::Update ()
DrawRateStuff();
DrawPackedTextures(d3d_showpacks);
EndBatch(); // Make sure all batched primitives are drawn.
In2D = 0;
Flip();
}
In2D = 0;