mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-22 04:39:18 +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)
|
||||
clip.z = width;
|
||||
if (clip.w > height)
|
||||
clip.z = height;
|
||||
clip.w = height;
|
||||
|
||||
// apply scissor boundaries
|
||||
cmdBuf_.setScissors (
|
||||
|
Loading…
Reference in New Issue
Block a user