diff --git a/citizen.pde b/citizen.pde index b4a1c3f..4ec46ec 100644 --- a/citizen.pde +++ b/citizen.pde @@ -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; }