1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-17 10:46:43 +00:00
openmw/apps
fredzio bc738c5640 Use extract/insert instead of erase/emplace
When we call moveObject(), we might trigger a change of cell for the
actor, which in turn triggers updatePtr(). The erase/emplace
construct invalidate references, whereas extract/insert do not.

The reason is was working before !1075 is because we were always
"refreshing" the reference by a call to getActor().
2021-08-03 07:00:42 +02:00
..
benchmarks Store heightfields as array of heights instead of triangles 2021-07-26 00:22:21 +02:00
bsatool Add file to BSA 2021-04-08 18:08:28 +02:00
esmtool Add a std::noboolalpha to a std::boolalpha 2021-07-21 14:40:54 +02:00
essimporter Merge branch 'auto_in_most_apps' into 'master' 2021-07-25 21:23:26 +00:00
launcher fix CI artifacts, missing header 2021-07-25 20:49:17 -07:00
mwiniimporter Using auto keyword in most apps 2021-05-18 19:20:59 -05:00
niftest Using auto keyword in most apps 2021-05-18 19:20:59 -05:00
opencs Merge branch 'OpenCS-loading-opt' into 'master' 2021-07-31 21:27:29 +00:00
openmw Use extract/insert instead of erase/emplace 2021-08-03 07:00:42 +02:00
openmw_test_suite Store heightfields as array of heights instead of triangles 2021-07-26 00:22:21 +02:00
wizard Using override keyword in most apps 2021-05-18 19:42:24 -05:00
doc.hpp