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
..
2021-07-23 18:04:58 +02:00
2021-07-23 18:04:58 +02:00
2021-05-15 23:13:46 +02:00
2021-01-21 20:36:33 +01:00
2021-01-21 20:36:33 +01:00
2021-01-21 20:36:33 +01:00
2015-12-18 18:32:42 +01:00
2021-04-19 15:36:58 +04:00
2020-11-01 23:01:18 +01:00
2021-05-15 23:13:46 +02:00
2020-12-27 22:16:11 +00:00
2020-12-27 22:16:11 +00:00
2020-10-26 13:48:15 +01:00
2020-10-26 13:48:15 +01:00
2020-10-22 23:57:53 +02:00
2021-03-11 23:52:12 +00:00
2021-03-11 23:52:12 +00:00
2021-05-01 14:22:30 +02:00
2021-05-15 23:13:46 +02:00
2021-07-31 23:39:22 +00:00
2021-07-31 23:39:04 +02:00
2021-07-17 13:11:41 +02:00
2021-07-17 13:11:41 +02:00
2021-08-03 07:00:42 +02:00
2021-07-31 23:39:04 +02:00
2021-07-17 13:11:41 +02:00
2021-07-17 13:11:41 +02:00
2021-01-27 07:15:09 +01:00
2021-05-15 23:13:46 +02:00
2020-12-18 22:22:37 +01:00
2021-06-23 23:13:59 +02:00
2021-05-15 23:13:46 +02:00
2020-12-27 22:16:11 +00:00
2021-01-21 20:36:33 +01:00
2016-12-24 23:07:44 +01:00