mirror of
https://github.com/libAthena/athena.git
synced 2025-08-21 03:11:43 +00:00
The input type is already the same type as the class member, so the cast is unnecessary. While we're at it, we can also remove an unnecessary initializer for m_position, since we initialize this to zero within the class declaration already.