- MINIMIZE DEBUG, ATTEMPT 2 -

This commit is contained in:
tildearrow 2023-01-20 15:47:55 -05:00
parent 9583215d00
commit cf0ecde293
1 changed files with 1 additions and 1 deletions

View File

@ -3423,7 +3423,7 @@ bool FurnaceGUI::loop() {
if (vp==NULL) {
logE("NULL MAN");
} else {
logV("viewport size: %dx%d",vp->Size.x,vp->Size.y);
logV("viewport size: %fx%f",vp->Size.x,vp->Size.y);
}
curWindowLast=curWindow;