diff --git a/examples/jsm/transpiler/GLSLDecoder.js b/examples/jsm/transpiler/GLSLDecoder.js index dc2c61d86004b1..c7170f4dd25467 100644 --- a/examples/jsm/transpiler/GLSLDecoder.js +++ b/examples/jsm/transpiler/GLSLDecoder.js @@ -11,7 +11,7 @@ const arithmeticOperators = [ ]; const precedenceOperators = [ - '*', '/', '%', + '/', '*', '%', '-', '+', '<<', '>>', '<', '>', '<=', '>=',