尝试修复粉紫屏未果
This commit is contained in:
@@ -74,9 +74,10 @@ public:
|
||||
{
|
||||
this->params_=params;
|
||||
}
|
||||
void setNode(std::shared_ptr<PluginNode> node)
|
||||
void setNode(std::shared_ptr<PluginNode> node);
|
||||
std::shared_ptr<PluginNode> node() const
|
||||
{
|
||||
node_ = node;
|
||||
return node_;
|
||||
}
|
||||
void setOpenGLEnabled(bool enabled)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user