mosra / magnum

Lightweight and modular C++11 graphics middleware for games and data visualization
https://magnum.graphics/
Other
4.75k stars 439 forks source link

Copy paste mistake in Frustrum.h #545

Closed DJQuardaboff closed 2 years ago

DJQuardaboff commented 2 years ago

The second line should have Frustum<Double> as the type. https://github.com/mosra/magnum/blob/a146f9f74b5224367ea6efd2f755958686a984a5/src/Magnum/Math/Frustum.h#L269-L270

mosra commented 2 years ago

Hi again, thank you for spotting this! Fixed in d3430f7599e6815182dd628e94addcc80b6182a5.