Jelajahi Sumber

Merge pull request #6735 from elisee/patch-1

Fix comment typo in CombinedCamera.js
Ricardo Cabello 10 tahun lalu
induk
melakukan
c4349d438d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      examples/js/cameras/CombinedCamera.js

+ 1 - 1
examples/js/cameras/CombinedCamera.js

@@ -127,7 +127,7 @@ THREE.CombinedCamera.prototype.setFov = function( fov ) {
 
 
 };
 };
 
 
-// For mantaining similar API with PerspectiveCamera
+// For maintaining similar API with PerspectiveCamera
 
 
 THREE.CombinedCamera.prototype.updateProjectionMatrix = function() {
 THREE.CombinedCamera.prototype.updateProjectionMatrix = function() {