fixed ui resizing bug
This commit is contained in:
@@ -48,6 +48,7 @@ void pre() {
|
||||
// Sketch window has resized
|
||||
i_windowW = width;
|
||||
i_windowH = height;
|
||||
i_uiY = height - i_uiH;
|
||||
i_uiW = width;
|
||||
i_uiH = height - i_uiY;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user