mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-25 22:24:17 +01:00
Fix DkScissor calculation
This commit is contained in:
parent
1db3c48ee4
commit
9eba777ac9
@ -484,7 +484,7 @@ void imgui::deko3d::render (dk::UniqueDevice &device_,
|
|||||||
if (clip.z > width)
|
if (clip.z > width)
|
||||||
clip.z = width;
|
clip.z = width;
|
||||||
if (clip.w > height)
|
if (clip.w > height)
|
||||||
clip.z = height;
|
clip.w = height;
|
||||||
|
|
||||||
// apply scissor boundaries
|
// apply scissor boundaries
|
||||||
cmdBuf_.setScissors (
|
cmdBuf_.setScissors (
|
||||||
|
Loading…
Reference in New Issue
Block a user