2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-04 06:15:35 +00:00
Lioncash bfd17e4513 CActor: Make Render() a non-const function
A few implementations of Render() contain const-casts nested within its
their call hierarchy to get around the fact that this function is marked
const. We can just make the member function non-const to allow removal
of these casts in follow up changes.
2020-04-09 14:32:20 -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