parent
9d7c63803e
commit
af4cb91f47
@ -223,7 +223,7 @@ Camera::Mode Camera::getMode()
|
||||
} // getMode
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
/** Returns the last kwown mode of the camera.
|
||||
/** Returns the last known mode of the camera.
|
||||
*/
|
||||
Camera::Mode Camera::getPreviousMode()
|
||||
{
|
||||
@ -262,7 +262,7 @@ void Camera::reset()
|
||||
} // reset
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
/** Saves the current kart position as initial starting position for the
|
||||
/** Saves the current kart position as the initial starting position for the
|
||||
* camera.
|
||||
*/
|
||||
void Camera::setInitialTransform()
|
||||
|
@ -41,7 +41,7 @@ class AbstractKart;
|
||||
|
||||
/**
|
||||
* \brief This is the base class for all cameras. It also includes some
|
||||
* static functios to keep track of all cameras (e.g. a static function to
|
||||
* static functions to keep track of all cameras (e.g. a static function to
|
||||
* create a camera, get a camera with a specified index).
|
||||
* \ingroup graphics
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user