1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-25 21:41:04 +00:00
Bo Svensson b61140b8ba
optimises skeleton.cpp (#3158)
With this PR we optimise a function that is called quite often when loading new cells.

We remove avoidable dynamic_casts.
We remove an unused pair.second element.
We convert a map to an unordered_map because its ordering is irrelevant in this case.
We avoid adding the root Skeleton node to the bones' node path.
2021-10-09 11:14:22 +02:00
..
2021-08-04 17:49:57 -07:00
2018-10-09 10:21:12 +04:00
2020-04-24 20:38:55 +02:00
2021-04-13 11:09:49 -07:00
2021-04-13 11:09:49 -07:00
2020-06-13 00:22:28 +02:00
2021-08-04 17:49:57 -07:00
2021-10-07 08:29:38 +00:00
2016-05-18 12:17:26 -04:00
2020-03-14 09:38:24 +01:00
2021-07-26 14:01:02 +02:00
2021-08-04 17:49:57 -07:00
2021-08-04 17:49:57 -07:00
2021-09-12 09:21:10 +00:00
2021-10-09 11:14:22 +02:00
2021-10-09 11:14:22 +02:00
2021-08-04 17:49:57 -07:00
2021-08-04 17:49:57 -07:00