Fixed a couple minor typos found by marclennart
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9856 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -98,7 +98,7 @@ void AnimationBase::reset()
|
||||
} // reset
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
/** Updates the time, position and rotation. Called once per framce.
|
||||
/** Updates the time, position and rotation. Called once per frame.
|
||||
* \param dt Time since last call.
|
||||
* \param xyz Position to be updated.
|
||||
* \param hpr Rotation to be updated.
|
||||
|
||||
@@ -120,7 +120,7 @@ bool ProfileWorld::isRaceOver()
|
||||
} // isRaceOver
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
/** Counts the number of framces.
|
||||
/** Counts the number of frames.
|
||||
*/
|
||||
void ProfileWorld::update(float dt)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user