From 7424147cb2e20c32c16f44324890e15b75066e19 Mon Sep 17 00:00:00 2001 From: Pravus Date: Fri, 13 Sep 2024 17:33:46 +0200 Subject: [PATCH] Revert "updated comment" This reverts commit daceea4758ebfd1ebfa673c206079f0cdca8c76c. --- proto/decentraland/sdk/components/virtual_camera.proto | 2 -- 1 file changed, 2 deletions(-) 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 {