Просмотр исходного кода

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

Update math.frustum.ts
David Catuhe 6 лет назад
Родитель
Сommit
3b230f232f
1 измененных файлов с 1 добавлено и 1 удалено
  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 {
     /**