Explorar el Código

Triangle: fix import d.ts

Guilherme Avila hace 6 años
padre
commit
2ba4234051
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/math/Triangle.d.ts

+ 1 - 0
src/math/Triangle.d.ts

@@ -1,3 +1,4 @@
+import { Vector2 } from './Vector2';
 import { Vector3 } from './Vector3';
 import { Plane } from './Plane';
 import { Box3 } from './Box3';