Răsfoiți Sursa

TSL Transpiler: Add valid `!=` (#30890)

Co-authored-by: Samuel Rigaud <rigaud@gmail.com>
Samuel Rigaud 9 luni în urmă
părinte
comite
e7aa484bc4
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      examples/jsm/transpiler/TSLEncoder.js

+ 1 - 0
examples/jsm/transpiler/TSLEncoder.js

@@ -15,6 +15,7 @@ const opLib = {
 	'<=': 'lessThanEqual',
 	'>=': 'greaterThanEqual',
 	'==': 'equal',
+	'!=': 'notEqual',
 	'&&': 'and',
 	'||': 'or',
 	'^^': 'xor',

粤ICP备19079148号