Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Valigursky committed Mar 7, 2024
1 parent 3541e9f commit caa48f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/src/examples/graphics/post-processing/example.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ assetListLoader.load(() => {
frameOnStart: false
}
});
cameraEntity.script.create("orbitCameraInputMouse");
cameraEntity.script.create("orbitCameraInputTouch");
cameraEntity.script.create('orbitCameraInputMouse');
cameraEntity.script.create('orbitCameraInputTouch');

cameraEntity.setLocalPosition(0, 40, -220);
cameraEntity.lookAt(0, 0, 100);
Expand Down

0 comments on commit caa48f3

Please sign in to comment.