diff --git a/inc/hgl/graph/shader/node/vector.h b/inc/hgl/graph/shader/node/vector.h index 43f0609c..753cf3f7 100644 --- a/inc/hgl/graph/shader/node/vector.h +++ b/inc/hgl/graph/shader/node/vector.h @@ -30,7 +30,7 @@ class Float1:public Parameter public: - SHADER_PARAMETER_CONSTRUCT_FUNC(Float1,X) + SHADER_PARAMETER_CONSTRUCT_FUNC(Float1,Value) };//class float1:public Parameter class Float2:public Parameter