Skip to content

Conversation

@seer-by-sentry
Copy link

Fixes CLIENT-33C. The issue was that: W3DModelDraw::adjustTransformMtx dereferences m_curState without null-checking, causing an access violation when m_curState is nullptr.

  • Added a null check for 'm_curState' before accessing its 'm_flags' member.
  • Prevents potential crashes if 'm_curState' is null when checking the 'ADJUST_HEIGHT_BY_CONSTRUCTION_PERCENT' flag.

This fix was generated by Seer in Sentry, triggered automatically. 👁️ Run ID: 9308547

Not quite right? Click here to continue debugging with Seer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants