DarkRadiant: master e1c31bb7

Author Committer Branch Timestamp Parent
greebo greebo master 23.03.2020 04:56 master 6ffd7e3c
Affected Issues  0005132: Undo after thickening a cylinder cap along vertex normals causes crash
Changeset Fix the crash described in 0005132. Patches were submitting UndoMementos to the undo system even though they ended up not being added to the scene.
The new approach is to only add them to the scene after it's clear they are going to be kept.
mod - radiant/patch/Patch.cpp Diff File
mod - radiant/patch/algorithm/General.cpp Diff File