mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Fix shader crash when the comma used in for loop as a trailing
This commit is contained in:
@@ -1037,6 +1037,7 @@ private:
|
||||
Token _make_token(TokenType p_type, const StringName &p_text = StringName());
|
||||
Token _get_token();
|
||||
bool _lookup_next(Token &r_tk);
|
||||
Token _peek();
|
||||
|
||||
ShaderNode *shader = nullptr;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user