Skip to content

Commit

Permalink
Update MultiMethod_PathTracing.html
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlof committed Aug 6, 2018
1 parent bf1aaca commit 90296a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MultiMethod_PathTracing.html
Expand Up @@ -554,7 +554,7 @@
// function init( meshes ) {
function init() {

if ( 'createTouch' in document ) {
if ( 'ontouchstart' in window ) {
mouseControl = false;
pixelRatio = 0.5;

Expand Down

0 comments on commit 90296a1

Please sign in to comment.