Skip to content

Commit

Permalink
Update FPSCamComponent.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BunZaga committed Nov 30, 2013
1 parent b2d861f commit 5bb8561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/FPSCamComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ define([
'goo/renderer/Camera',
'goo/entities/components/CameraComponent',
'goo/entities/EntityUtils',
'js/sphereMovement'
'js/SphereMovement'
], function(
Component,
Vector3,
Expand Down Expand Up @@ -215,4 +215,4 @@ define([
};

return FPSCamComponent;
});
});

0 comments on commit 5bb8561

Please sign in to comment.