diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-08-28 15:03:03 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-08-28 15:03:03 -0400 |
| commit | f2be4dc1ffc18f272f5f71fc57186a8a44feb51c (patch) | |
| tree | 610cc5585c306e9b85d8ce151cb56baf33a68ddf /src/d | |
| parent | 60a05bdb832864d09f5d4c74ffcfd928026d884f (diff) | |
Various J3D inline fixes
Diffstat (limited to 'src/d')
| -rw-r--r-- | src/d/actor/d_a_ship.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_ship.cpp b/src/d/actor/d_a_ship.cpp index 723dcbe8..1d9dafd3 100644 --- a/src/d/actor/d_a_ship.cpp +++ b/src/d/actor/d_a_ship.cpp @@ -278,7 +278,7 @@ BOOL daShip_c::draw() { mDoMtx_stack_c::concat(MStack_50); mDoMtx_stack_c::revConcat(m02A8); m02A0->setEffectMtx(mDoMtx_stack_c::get()); - m02A4->mTexMtxInfo.mSRT.mTranslationX = m03D4; + m02A4->mSRT.mTranslationX = m03D4; } if ( |
