Modifica di update() per gestire moltiplicatore tempo

This commit is contained in:
2026-06-22 12:16:32 +02:00
parent f05db110ff
commit c6094c6a44
18 changed files with 35 additions and 25 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ bool Lower_Body::setTransparency(float alpha){
return true;
}
void Lower_Body::update(sf::Clock cl){
void Lower_Body::update(sf::Clock cl, float multiplier){
float sxAcc = sx->getZ_Acc() ;
float dxAcc = dx->getZ_Acc() ;