Skip to content

Commit

Permalink
gpu: MTX_RESTORE should mark the clip matrix as dirty
Browse files Browse the repository at this point in the history
  • Loading branch information
fleroviux committed Jan 11, 2024
1 parent a82ffa5 commit ba2f779
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ namespace dual::nds::gpu {
}
m_coordinate_mtx = m_coordinate_mtx_stack[stack_address];
m_direction_mtx = m_direction_mtx_stack[stack_address];
m_clip_mtx_dirty = true;
break;
}
case 3: m_texture_mtx = m_texture_mtx_stack; break;
Expand Down

0 comments on commit ba2f779

Please sign in to comment.