- extended 2D buffer lifetime to the end of the frame

This commit is contained in:
alexey.lysiuk 2021-08-11 11:11:01 +03:00 committed by Christoph Oelckers
commit ed606b8ed3
3 changed files with 16 additions and 1 deletions

View file

@ -903,6 +903,7 @@ static void End2DAndUpdate()
twod->End();
CheckBench();
screen->Update();
twod->OnFrameDone();
}
//==========================================================================