feat(parameters): signal on parameter change
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#include "Engine/Parameter/Parameter.h"
|
||||
#include <iostream>
|
||||
|
||||
|
||||
enzo::prm::Parameter::Parameter(Template prmTemplate)
|
||||
: template_{prmTemplate}
|
||||
{
|
||||
@@ -21,5 +20,6 @@ enzo::bt::floatT enzo::prm::Parameter::evalFloat() const
|
||||
void enzo::prm::Parameter::setFloat(bt::floatT value)
|
||||
{
|
||||
floatValue_ = value;
|
||||
valueChanged();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user