Fixed incorrect comment.

This commit is contained in:
hiker
2018-04-19 19:32:31 +10:00
parent 203c511fab
commit d565ce904d

View File

@@ -2912,8 +2912,6 @@ SFXBase* Kart::getNextEmitter()
* to be lowered by X).
* This function also takes additional graphical effects into account, e.g.
* a (visual only) jump when skidding, and leaning of the kart.
* \param offset_xyz Offset to be added to the position.
* \param rotation Additional rotation.
*/
void Kart::updateGraphics(float dt)
{