2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-06 08:55: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
..
2020-03-18 01:19:23 -04:00
2020-03-18 01:19:23 -04:00
2020-03-15 19:00:52 -07:00
2020-03-31 14:17:47 -04:00
2020-03-18 01:19:23 -04:00
2020-01-02 19:54:59 -05:00
2020-03-31 14:17:47 -04:00
2020-03-31 14:17:47 -04:00
2020-03-03 16:49:13 -08:00