Update gizmos on/off state

This commit is contained in:
YuSanka 2018-12-03 13:29:07 +01:00
parent 435163fb73
commit 7395b923bd
4 changed files with 12 additions and 3 deletions

View file

@ -919,6 +919,8 @@ public:
void set_camera_zoom(float zoom);
void update_gizmos_on_off_state();
private:
bool _is_shown_on_screen() const;
void _force_zoom_to_bed();