1
0
Эх сурвалжийг харах

TSL Transpiler: Fix operator precedence of `GLSLDecoder` (#31515)

sunag 10 сар өмнө
parent
commit
3bd02e1aae

+ 1 - 1
examples/jsm/transpiler/GLSLDecoder.js

@@ -11,7 +11,7 @@ const arithmeticOperators = [
 ];
 
 const precedenceOperators = [
-	'*', '/', '%',
+	'/', '*', '%',
 	'-', '+',
 	'<<', '>>',
 	'<', '>', '<=', '>=',

粤ICP备19079148号