diff --git a/proto/decentraland/sdk/components/virtual_camera.proto b/proto/decentraland/sdk/components/virtual_camera.proto index 2d481bd2..94302069 100644 --- a/proto/decentraland/sdk/components/virtual_camera.proto +++ b/proto/decentraland/sdk/components/virtual_camera.proto @@ -6,10 +6,8 @@ import "decentraland/sdk/components/common/id.proto"; option (common.ecs_component_id) = 1076; // PBVirtualCamera represents a camera to be used at some point in time during the scene execution - // * The defaultTransition represents the transition TOWARDS this camera. If there is none, it's treated as // an 'instant' transition (like using speed/time = 0) - // * The lookAtEntity defines to which entity the Camera has to look at constantly (independent from // the holding entity transform). message PBVirtualCamera {