remove ui namespace which is not really used, move CameraData in camera_modes.h to avoid the inclusion of canva.h
This commit is contained in:
@@ -25,8 +25,8 @@ public:
|
||||
NodeButton* m_hm_load;
|
||||
NodeSliderH* m_hm_offset;
|
||||
NodeSliderH* m_hm_height;
|
||||
ui::HeightmapPlane m_hm_plane;
|
||||
ui::Image m_hm_image;
|
||||
HeightmapPlane m_hm_plane;
|
||||
Image m_hm_image;
|
||||
|
||||
virtual Node* clone_instantiate() const override;
|
||||
virtual void clone_finalize(Node* dest) const override;
|
||||
|
||||
Reference in New Issue
Block a user