preset button to simple button
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#define NANORT_USE_CPP11_FEATURE
|
||||
#define NANORT_ENABLE_PARALLEL_BUILD
|
||||
#include "nanort.h"
|
||||
#include "node_button_custom.h"
|
||||
|
||||
class NodeHeightmapOverlay : public NodeBorder
|
||||
{
|
||||
@@ -43,7 +44,7 @@ public:
|
||||
NodeImageTexture* m_hm_preview;
|
||||
NodeButton* m_hm_load;
|
||||
NodeButton* m_hm_clear;
|
||||
NodeButton* m_hm_reload;
|
||||
NodeButtonCustom* m_hm_reload;
|
||||
NodeComboBox* m_hm_shading;
|
||||
NodeSliderH* m_hm_height;
|
||||
NodeSliderH* m_hm_wireframe;
|
||||
|
||||
Reference in New Issue
Block a user