Skip to content

Commit

Permalink
Editor: Removed 3* extensions (I had forgotten about this...)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Mar 31, 2021
1 parent 4a96f81 commit ca5f932
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions editor/js/Loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,11 +299,6 @@ function Loader( editor ) {
case 'js':
case 'json':

case '3geo':
case '3mat':
case '3obj':
case '3scn':

reader.addEventListener( 'load', function ( event ) {

var contents = event.target.result;
Expand Down

0 comments on commit ca5f932

Please sign in to comment.