Closed GoogleCodeExporter closed 8 years ago
On second analysis, some parts of the hierarchy follow one convention, and
others follow another.
Particle, HUD, and FullScreen follow Actor in making it non-const, where as
Physics and Grid both use const.
Either convention is fine, with my recommendation being all const, but they all
have to do the same thing as their base class or clang and gcc don't like it.
Original comment by LoveOver...@gmail.com
on 27 Sep 2013 at 9:57
Fixed in repo.
Original comment by lieseg...@gmail.com
on 28 Sep 2013 at 5:15
Original comment by lieseg...@gmail.com
on 28 Sep 2013 at 5:15
Original issue reported on code.google.com by
LoveOver...@gmail.com
on 27 Sep 2013 at 9:34