mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 06:53:01 +00:00
- MINIMIZE DEBUG, ATTEMPT 2 -
This commit is contained in:
parent
9583215d00
commit
cf0ecde293
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue