Shader: Add support for numerical fors
This commit is contained in:
@@ -113,7 +113,7 @@ namespace Nz::ShaderLang
|
||||
if (next == '>')
|
||||
{
|
||||
currentPos++;
|
||||
tokenType = TokenType::FunctionReturn;
|
||||
tokenType = TokenType::Arrow;
|
||||
break;
|
||||
}
|
||||
else if (next == '=')
|
||||
|
||||
Reference in New Issue
Block a user