1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-17 10:10:23 +00:00
OpenMW/apps/opencs/view
Bo Svensson c9c8d02332
fixes a crash (#3183)
This PR fixes a crash caused by the improperly ensured lifetime of RigGeometry::mSourceGeometry. mSourceGeometry was not adequate to ensure mSourceGeometry would outlive mGeometry because we extend mGeometrys lifetime beyond this lifetime by passing mGeometry to the draw traversal instead of this.
In addition,

We add important comments.
We detect and prevent generally unsafe operations in high level code.
We add a sprinkling of const to help clarify intentions.
2021-10-23 10:31:46 +02:00
..
doc Merge branch 'omwaddon_dep' into 'master' 2021-10-08 06:40:43 +00:00
filter
prefs
render fixes a crash (#3183) 2021-10-23 10:31:46 +02:00
tools
widget
world Minor UI tweaks all around OpenMW-CS 2021-10-03 19:13:51 +00:00