2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-13 03:25:52 +00:00
Lioncash fe05c42be4 CPASAnimState: Remove const_cast usages
A cache is typically a use case for mutable (as the outside user of the
class wouldn't directly rely on the cache as part of the API, this would
only function to assist the API perform better), so we can mark the
selection cache as mutable and make the code nicer to read overall.
2020-02-28 04:33:42 -05:00
..
2020-01-05 20:24:54 -08:00