nodes: revert shader ID to string
Much easier to manage this way and fixes a compile issue on several platforms.
This commit is contained in:
@@ -85,7 +85,7 @@ void PolygonGenerator::Retranslate()
|
||||
color_input_->set_name(tr("Color"));
|
||||
}
|
||||
|
||||
ShaderCode PolygonGenerator::GetShaderCode(const QByteArray &shader_id) const
|
||||
ShaderCode PolygonGenerator::GetShaderCode(const QString &shader_id) const
|
||||
{
|
||||
Q_UNUSED(shader_id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user