diff options
Diffstat (limited to 'src/content_sao.h')
-rw-r--r-- | src/content_sao.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content_sao.h b/src/content_sao.h index 6583f31d6..59e3b3d4b 100644 --- a/src/content_sao.h +++ b/src/content_sao.h @@ -330,6 +330,7 @@ public: v3f getEyePosition() const { return m_base_position + getEyeOffset(); } v3f getEyeOffset() const; + float getZoomFOV() const; inline Metadata &getMeta() { return m_meta; } |