GUI: hide the dock space background

This commit is contained in:
tildearrow 2024-04-08 22:53:55 -05:00
parent c5a811f58e
commit b7e909d1d8
2 changed files with 7 additions and 4 deletions

View file

@ -6305,6 +6305,8 @@ bool FurnaceGUI::loop() {
dl->AddText(markPos,0xffffffff,renderTime.c_str());
dl->AddText(markPos2,0xffffffff,renderTime2.c_str());
//logV("%s (%s)",renderTime,renderTime2);
}
layoutTimeEnd=SDL_GetPerformanceCounter();