Skip to content

perf(w3ddevice): Optimize tile RGB data access and add null check#447

Open
seer-by-sentry[bot] wants to merge 1 commit intomainfrom
seer/perf/w3d-tile-rgb-optimization
Open

perf(w3ddevice): Optimize tile RGB data access and add null check#447
seer-by-sentry[bot] wants to merge 1 commit intomainfrom
seer/perf/w3d-tile-rgb-optimization

Conversation

@seer-by-sentry
Copy link
Copy Markdown

@seer-by-sentry seer-by-sentry bot commented Apr 2, 2026

Fixes CLIENT-2Z9. The issue was that: Uninitialized TileData internal member m_tileData causes null pointer dereference during texture update.

  • Moved the call to getRGBDataForWidth outside the inner loop to prevent redundant function calls.
  • Added a null check for the returned RGB data pointer to improve robustness.

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

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