Sdk/CameraComponent: Fix compilation
This commit is contained in:
parent
2d13ff7aac
commit
f629803f90
|
|
@ -54,7 +54,7 @@ namespace Ndk
|
|||
float GetZNear() const override;
|
||||
|
||||
inline void SetFOV(float fov);
|
||||
inline void SetLayer(unsigned int layer);
|
||||
void SetLayer(unsigned int layer);
|
||||
inline void SetProjectionType(Nz::ProjectionType projection);
|
||||
inline void SetSize(const Nz::Vector2f& size);
|
||||
inline void SetSize(float width, float height);
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ namespace Ndk
|
|||
* \brief Gets the field of view of the camera
|
||||
* \return Field of view of the camera
|
||||
*/
|
||||
float CameraComponent::GetFOV() const
|
||||
inline float CameraComponent::GetFOV() const
|
||||
{
|
||||
return m_fov;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue