Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unneeded copy and cast in "camera.cpp"
A leftover copy of the `Sizef` variable `m_screen_size` was left in. Additionally, an unneeded `static_cast<float>` was removed, since `m_screen_size` only contains `float` values.
- Loading branch information