Browse Source

path again

Cedric Guillemet 5 years ago
parent
commit
30a4087c2d
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/Behaviors/Meshes/pointerDragBehavior.ts

+ 1 - 2
src/Behaviors/Meshes/pointerDragBehavior.ts

@@ -8,8 +8,7 @@ import { Vector3 } from "../../Maths/math.vector";
 import { PointerInfo, PointerEventTypes } from "../../Events/pointerEvents";
 import { Ray } from "../../Culling/ray";
 import { PivotTools } from '../../Misc/pivotTools';
-import { ArcRotateCamera } from '../../Cameras/ArcRotateCamera';
-
+import { ArcRotateCamera } from '../../Cameras/arcRotateCamera';
 import "../../Meshes/Builders/planeBuilder";
 
 /**