fixed ui resizing bug

This commit is contained in:
2019-01-15 06:30:26 +01:00
parent c86e141561
commit 8be26473ea

View File

@@ -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;
}