2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-16 01:25:51 +00:00
Lioncash cabbfcc320 CActor: Make AddToRenderer() non-const
This member function alters instance state in a few implementations, so
it shouldn't be made const.

The state manager parameter also shouldn't be const. Retrieved data
from the post constructed instance is further modified in some
implementations. This removes the constness on this parameter in order
to fix more const_cast usages in a follow-up change.
2020-04-06 00:52:10 -04:00
..
2018-12-07 19:30:43 -10:00
2018-12-07 19:30:43 -10:00
2020-03-29 21:56:49 -04:00
2019-11-21 07:37:08 -08:00
2019-10-01 06:41:55 -07:00
2019-11-21 07:37:08 -08:00
2019-12-14 15:50:29 -08:00
2018-12-07 19:30:43 -10:00
2020-02-16 00:10:08 -08:00
2018-12-07 19:30:43 -10:00
2018-12-07 19:30:43 -10:00
2020-03-26 01:14:41 -04:00