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 ee645b7 commit f84320a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/FPSCamComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ define([
'goo/math/Ray',
'goo/renderer/Camera',
'goo/entities/components/CameraComponent',
'goo/entities/EntityUtils',
'js/SphereMovement'
'goo/entities/EntityUtils'
// 'js/SphereMovement'
], function(
Component,
Vector3,
Expand All @@ -20,8 +20,8 @@ define([
Ray,
Camera,
CameraComponent,
EntityUtils,
SphereMovement
EntityUtils
// SphereMovement
) {
'use strict';
function FPSCamComponent(userEntity){
Expand Down

0 comments on commit f84320a

Please sign in to comment.