You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00: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