Explorar el Código

Merge pull request #6819 from 13djwright/patch-1

Update math.frustum.ts
David Catuhe hace 6 años
padre
commit
3b230f232f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Maths/math.frustum.ts

+ 1 - 1
src/Maths/math.frustum.ts

@@ -3,7 +3,7 @@ import { DeepImmutable } from '../types';
 import { Plane } from './math.plane';
 
 /**
- * Reprasents a camera frustum
+ * Represents a camera frustum
  */
 export class Frustum {
     /**