Fix DkScissor calculation

This commit is contained in:
averne 2022-08-12 12:23:36 +02:00 committed by mtheall
parent 1db3c48ee4
commit 9eba777ac9

View File

@ -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 (