1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-14 19:21:50 +00:00
OpenMW/components
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-06-24 19:21:29 +00:00
2021-05-12 10:34:39 +04:00
2021-10-05 22:51:12 +02:00
2021-07-27 07:58:57 +03:00
2021-10-06 10:04:03 +00:00
2019-02-23 08:02:12 +04:00
2021-10-09 11:14:22 +02:00
2018-10-09 10:21:12 +04:00
2021-08-15 19:50:28 +02:00