mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 19:09:20 +02:00
reformat: parameters can be made const
This commit is contained in:
@@ -10,7 +10,7 @@ http://mozilla.org/MPL/2.0/.
|
||||
#include "stdafx.h"
|
||||
#include "world/Spring.h"
|
||||
|
||||
void TSpring::Init(double nKs, double nKd) {
|
||||
void TSpring::Init(const double nKs, const double nKd) {
|
||||
Ks = nKs;
|
||||
Kd = nKd;
|
||||
ks = Ks;
|
||||
|
||||
Reference in New Issue
Block a user