sehcheese пре 8 година
родитељ
комит
3c02fefe57
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      examples/js/controls/OrbitControls.js

+ 1 - 1
examples/js/controls/OrbitControls.js

@@ -11,7 +11,7 @@
 //
 //
 //    Orbit - left mouse / touch: one finger move
 //    Orbit - left mouse / touch: one finger move
 //    Zoom - middle mouse, or mousewheel / touch: two finger spread or squish
 //    Zoom - middle mouse, or mousewheel / touch: two finger spread or squish
-//    Pan - right mouse, or arrow keys / touch: three finter swipe
+//    Pan - right mouse, or arrow keys / touch: three finger swipe
 
 
 THREE.OrbitControls = function ( object, domElement ) {
 THREE.OrbitControls = function ( object, domElement ) {