Skip to content

Commit

Permalink
removed debug code in camera
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaoticLeah committed Dec 25, 2023
1 parent c3c3448 commit 761a6f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/Objects/Components/cameraComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export class CameraComponent extends Component {

//This one isnt ran in the editor
update(){
console.log(this.parentObject.getGlobalOffsetWithoutCameraX())
setGlobalOffsetX(-this.parentObject.getGlobalOffsetWithoutCameraX())
setGlobalOffsetY(-this.parentObject.getGlobalOffsetWithoutCameraY())
}
Expand Down

0 comments on commit 761a6f0

Please sign in to comment.