mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-03 11:28:01 -06:00
fix auto position invariance not working
This commit is contained in:
parent
5d17b1e525
commit
8df01528f4
@ -109,6 +109,7 @@ MetalRenderer::MetalRenderer()
|
||||
m_positionInvariance = false;
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case PositionInvariance::False:
|
||||
m_positionInvariance = false;
|
||||
break;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user