mirror of https://github.com/axmolengine/axmol.git
Update CCCamera.h [skip ci]
This commit is contained in:
parent
895d2887fb
commit
8d1cb27616
|
@ -347,7 +347,7 @@ public:
|
|||
/** Init camera with default properties */
|
||||
void initCamera();
|
||||
|
||||
/** Update the camera transformations */
|
||||
/** Update camera transformations */
|
||||
void updateTransform() override;
|
||||
|
||||
bool initPerspective(float fieldOfView, float aspectRatio, float nearPlane, float farPlane);
|
||||
|
|
Loading…
Reference in New Issue