mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-12 22:53:27 +00:00
Marks Camera class as final
Prevents inheritance from the Camera class.
This commit is contained in:
@@ -27,7 +27,7 @@ namespace omath::projection
|
||||
using FieldOfView = Angle<float, 0.f, 180.f, AngleFlags::Clamped>;
|
||||
|
||||
template<class Mat4X4Type, class ViewAnglesType, class TraitClass>
|
||||
class Camera
|
||||
class Camera final
|
||||
{
|
||||
public:
|
||||
virtual ~Camera() = default;
|
||||
|
||||
Reference in New Issue
Block a user