Skip to content

Commit d96b0cd

Browse files
committed
Marks Camera class as final
Prevents inheritance from the Camera class.
1 parent d238bd1 commit d96b0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/omath/projection/camera.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ namespace omath::projection
2727
using FieldOfView = Angle<float, 0.f, 180.f, AngleFlags::Clamped>;
2828

2929
template<class Mat4X4Type, class ViewAnglesType, class TraitClass>
30-
class Camera
30+
class Camera final
3131
{
3232
public:
3333
virtual ~Camera() = default;

0 commit comments

Comments
 (0)