Added new image cache system, 5k super ultra wide resolutions work, screen resolution set from the ini file.

This commit is contained in:
Justin Marshall
2020-06-23 16:31:16 -07:00
parent e93b511b53
commit 6d50fb6fca
13 changed files with 332 additions and 95 deletions
-1
View File
@@ -3786,7 +3786,6 @@ void ImGui::NewFrame(bool clearCmdList)
g.ForegroundDrawList.ResetForNewFrame();
g.ForegroundDrawList.PushClipRectFullScreen();
g.DrawData.Clear();
}