Added 'drop to bed' button into object manipulation panel

This commit is contained in:
Lukas Matena 2019-06-19 10:46:42 +02:00
parent 5a1e1bc10c
commit 3d8c3804fa
4 changed files with 59 additions and 1 deletions

View file

@ -56,6 +56,7 @@ class ObjectManipulation : public OG_Settings
// Non-owning pointers to the reset buttons, so we can hide and show them.
ScalableButton* m_reset_scale_button = nullptr;
ScalableButton* m_reset_rotation_button = nullptr;
ScalableButton* m_drop_to_bed_button = nullptr;
// Mirroring buttons and their current state
enum MirrorButtonState {