Procházet zdrojové kódy

Update math.frustum.ts

Fix typo
Devin Wright před 6 roky
rodič
revize
41b21b6baa
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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';
 import { Plane } from './math.plane';
 
 
 /**
 /**
- * Reprasents a camera frustum
+ * Represents a camera frustum
  */
  */
 export class Frustum {
 export class Frustum {
     /**
     /**