preset button to simple button

This commit is contained in:
2019-02-26 16:15:02 +01:00
parent a0ed079299
commit 451406c17c
6 changed files with 10 additions and 21 deletions

View File

@@ -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;