Prevent shader crash when name conflict with "dus" and "__" occured
This commit is contained in:
parent
188dc714b0
commit
2c4367441c
|
@ -662,6 +662,8 @@ ShaderLanguage::Token ShaderLanguage::_get_token() {
|
|||
idx++;
|
||||
}
|
||||
|
||||
str = str.replace("dus_", "_");
|
||||
|
||||
return _make_token(TK_IDENTIFIER, str);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue