mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
VideoCommon: rename ScissorResult 'm_result' to 'rectangles' to better reflect what the member is
This commit is contained in:
@@ -116,7 +116,7 @@ void ScissorChanged()
|
||||
{
|
||||
auto scissor_result = BPFunctions::ComputeScissorRects(bpmem.scissorTL, bpmem.scissorBR,
|
||||
bpmem.scissorOffset, xfmem.viewport);
|
||||
scissors = std::move(scissor_result.m_result);
|
||||
scissors = std::move(scissor_result.rectangles);
|
||||
}
|
||||
|
||||
// Returns approximation of log2(f) in s28.4
|
||||
|
||||
Reference in New Issue
Block a user