Skip to content
Snippets Groups Projects

Fix #1153 and #1198

Merged Lactozilla requested to merge fix-1153 into next

In P_LoadExtraVertices, the old code reallocated vertexes and for each line did this:

line->v1 += (size_t)(new_pointer_to_vertexes - old_pointer_to_vertexes);
line->v2 += (size_t)(new_pointer_to_vertexes - old_pointer_to_vertexes);

Now instead, it calculates the index of the vertex and reassigns them to the reallocated vertexes memory.

Edited by Lactozilla

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading