1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-20 20:23:54 +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 Add a default filter to CS tables 2021-06-25 11:45:43 +01:00
prefs Using override keyword in OpenMW CS 2021-05-18 19:53:55 -05:00
render fixes a crash (#3183) 2021-10-23 10:31:46 +02:00
tools Remove 'no relevant classes' moc warning 2021-09-14 11:20:18 +02:00
widget fix texture brush index search 2021-08-01 19:42:41 +03:00
world Minor UI tweaks all around OpenMW-CS 2021-10-03 19:13:51 +00:00