Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Apr 20, 2021
1 parent 8722959 commit 96971a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/webgl_loader_ifc.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@

//Setup IFC Loader
const ifcLoader = new IFCLoader();
ifcLoader.setWasmPath("jsm/loaders/ifc/");
ifcLoader.setWasmPath( 'jsm/loaders/ifc/' );
ifcLoader.load( 'models/ifc/rac_advanced_sample_project.ifc', function ( model ) {

scene.add( model );
Expand Down

0 comments on commit 96971a6

Please sign in to comment.