diff --git a/source/switch/imgui_deko3d.cpp b/source/switch/imgui_deko3d.cpp index f5d39bd..8946cb8 100644 --- a/source/switch/imgui_deko3d.cpp +++ b/source/switch/imgui_deko3d.cpp @@ -484,7 +484,7 @@ void imgui::deko3d::render (dk::UniqueDevice &device_, if (clip.z > width) clip.z = width; if (clip.w > height) - clip.z = height; + clip.w = height; // apply scissor boundaries cmdBuf_.setScissors (