Fixed: force_camera_fp command

--HG--
branch : develop
This commit is contained in:
Riasan 2017-05-23 18:24:49 +02:00
parent 18823c28fa
commit 319cab93cd

View file

@ -369,6 +369,8 @@ public:
TView viewMode() const {return _ViewMode;} TView viewMode() const {return _ViewMode;}
/// Toggle Camera (First/Third Person) /// Toggle Camera (First/Third Person)
void toggleCamera(); void toggleCamera();
/// Force Camera First Person View
void forceCamareaFirstPerson();
//@} //@}
/// Return the entity scale. (return 1.0 if there is any problem). /// Return the entity scale. (return 1.0 if there is any problem).