From 319cab93cd06255d1d041120cf1e78cff5b6e95f Mon Sep 17 00:00:00 2001 From: Riasan Date: Tue, 23 May 2017 18:24:49 +0200 Subject: [PATCH] Fixed: force_camera_fp command --HG-- branch : develop --- code/ryzom/client/src/user_entity.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/ryzom/client/src/user_entity.h b/code/ryzom/client/src/user_entity.h index 21b967e8a..e79af8dba 100644 --- a/code/ryzom/client/src/user_entity.h +++ b/code/ryzom/client/src/user_entity.h @@ -369,6 +369,8 @@ public: TView viewMode() const {return _ViewMode;} /// Toggle Camera (First/Third Person) void toggleCamera(); + /// Force Camera First Person View + void forceCamareaFirstPerson(); //@} /// Return the entity scale. (return 1.0 if there is any problem).