Fixed a typo in camera.cpp

There was a minor typo on line 71.
This commit is contained in:
RedstonekPL 2020-10-23 20:05:30 +02:00 committed by GitHub
parent f5d4475efc
commit e7557128dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ Camera* Camera::createCamera(AbstractKart* kart, const int index)
// ----------------------------------------------------------------------------
/** Creates a camera of the specified type, but does not add it to the list
* of all cameras. This is a helper function for other static functions.
* \paran index Index this camera has in the list of all cameras.
* \param index Index this camera has in the list of all cameras.
* \param type The camera type of the camera to create.
* \param kart To which kart the camera is attached (NULL if a free camera).
*/