Handle GLSLExpression as a node that can't hold an expression

A node of type GLSLExpression does not hold contain children
expressions, contrary to what i understood before. This change should
remove the confusion around that.
This commit is contained in:
Jeroen Engels 2019-08-19 17:04:37 +02:00
parent 2c38878a6d
commit 7aa09c1b82

View File

@ -1285,7 +1285,7 @@ expressionChildren node =
RecordAccessFunction _ ->
[]
GLSLExpression expr ->
GLSLExpression _ ->
[]