From 51336b9669e0aedbfedd09c0a9f0be2f37965a33 Mon Sep 17 00:00:00 2001 From: Orange Date: Tue, 3 Sep 2024 21:47:14 +0300 Subject: [PATCH] added final --- include/omath/prediction/Engine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/omath/prediction/Engine.h b/include/omath/prediction/Engine.h index 3a32f92..af7876f 100644 --- a/include/omath/prediction/Engine.h +++ b/include/omath/prediction/Engine.h @@ -12,7 +12,7 @@ namespace omath::prediction { - class Engine + class Engine final { public: explicit Engine(float gravityConstant, float simulationTimeStep,