mirror of
https://github.com/zeldaret/ss
synced 2026-06-27 18:32:51 -04:00
MTX/VEC cleanup
This commit is contained in:
@@ -43,7 +43,7 @@ void PostEffectBase::setVtxState() {
|
||||
|
||||
void PostEffectBase::drawScreenInternal(f32 offsetX, f32 offsetY, f32 width, f32 height) {
|
||||
nw4r::math::MTX34 mtx;
|
||||
PSMTXScale(mtx, width, height, 1.0f);
|
||||
MTXScale(mtx, width, height, 1.0f);
|
||||
mtx._03 = offsetX;
|
||||
mtx._13 = offsetY;
|
||||
mtx._23 = 0.0f;
|
||||
|
||||
Reference in New Issue
Block a user