|
@@ -170,7 +170,7 @@ static String _opstr(SL::Operator p_op) {
|
|
|
|
|
|
static String _mkid(const String &p_id) {
|
|
static String _mkid(const String &p_id) {
|
|
|
|
|
|
- String id = "m_" + p_id;
|
|
|
|
|
|
+ String id = "m_" + p_id.replace("__", "_dus_");
|
|
return id.replace("__", "_dus_"); //doubleunderscore is reserved in glsl
|
|
return id.replace("__", "_dus_"); //doubleunderscore is reserved in glsl
|
|
}
|
|
}
|
|
|
|
|