mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(gx): set marker when viewport changes
This commit is contained in:
parent
5174970b24
commit
37996fa79c
1 changed files with 1 additions and 2 deletions
|
|
@ -1052,8 +1052,7 @@ void CGxDevice::XformSetViewport(float minX, float maxX, float minY, float maxY,
|
|||
return;
|
||||
}
|
||||
|
||||
// TODO
|
||||
// this->unk4[4] = 1;
|
||||
this->intF6C = 1;
|
||||
|
||||
this->m_viewport.x.l = minX;
|
||||
this->m_viewport.x.h = maxX;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue