Browse Source

Editor: Fix VTK import.

Mugen87 4 years ago
parent
commit
0d1e83d25c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/js/Loader.js

+ 1 - 1
editor/js/Loader.js

@@ -511,7 +511,7 @@ function Loader( editor ) {
 					editor.execute( new AddObjectCommand( editor, mesh ) );
 
 				}, false );
-				reader.readAsText( file );
+				reader.readAsArrayBuffer( file );
 
 				break;