Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedekorte committed Nov 14, 2013
1 parent a9e8ae7 commit 0180cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@

if (Mode.rotating)
{
var r = .1
var r = .2
if (object.position.x < 0) { r = -r }
if (object.position.y < 0) { r = -r }
object.rotation.z += r
Expand Down

0 comments on commit 0180cbf

Please sign in to comment.