Skip to content

Commit 4e1f4dc

Browse files
committed
fdsf
1 parent cc17051 commit 4e1f4dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reactmachine.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
}
5454

5555
function updateState(e){
56-
//console.log(e);
57-
//console.log(currentState);
58-
//console.log(cube.rotation.y);
56+
//testing the generated code
5957

58+
/*
59+
my refactored code (this works)
6060
6161
if(e instanceof KeyboardEvent){
6262
if(pressL(e)){
@@ -77,7 +77,7 @@
7777
//cube.rotation.y += .01;
7878
cube = rotateY(cube, .01);
7979
}
80-
}
80+
}*/
8181

8282
}
8383
animate();

0 commit comments

Comments
 (0)