Skip to content

Commit

Permalink
Close issue #475
Browse files Browse the repository at this point in the history
  • Loading branch information
srbdev committed Aug 5, 2015
1 parent cb44a81 commit b9f6032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-server/js/slycat-3d-viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ define('slycat-3d-viewer', ['slycat-server-root', 'knockout', 'knockout-mapping'
});

$('#slycat-3d-stats-check', $container).on('change', function() {
toggleStats(container, viewer, renderer, camera, fps, ms, $(this).is(':checked'));
toggleStats(container, viewer, renderer, camera, fps, ms, $(this).is(':checked'), isModel);
});


Expand Down

0 comments on commit b9f6032

Please sign in to comment.