mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 14:31:17 +12:00
fix auto position invariance not working
This commit is contained in:
parent
5d17b1e525
commit
8df01528f4
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ MetalRenderer::MetalRenderer()
|
||||||
m_positionInvariance = false;
|
m_positionInvariance = false;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case PositionInvariance::False:
|
case PositionInvariance::False:
|
||||||
m_positionInvariance = false;
|
m_positionInvariance = false;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue