Przeglądaj źródła

LDrawLoader: fix error message (#30801)

Co-authored-by: Samuel Rigaud <rigaud@gmail.com>
Samuel Rigaud 9 miesięcy temu
rodzic
commit
8adc1d2294
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      examples/jsm/loaders/LDrawLoader.js

+ 1 - 1
examples/jsm/loaders/LDrawLoader.js

@@ -2261,7 +2261,7 @@ class LDrawLoader extends Loader {
 
 						if ( ! parseLuminance( lineParser.getToken() ) ) {
 
-							throw new Error( 'LDrawLoader: Invalid luminance value in material definition' + LineParser.getLineNumberString() + '.' );
+							throw new Error( 'LDrawLoader: Invalid luminance value in material definition' + lineParser.getLineNumberString() + '.' );
 
 						}
 

粤ICP备19079148号