Skip to content

Commit 5278def

Browse files
committed
wip
1 parent eca402c commit 5278def

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

proto/decentraland/sdk/components/common/input_action.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ enum PointerEventType {
2828
PET_DRAG_LOCKED = 4;
2929
PET_DRAG = 5;
3030
PET_DRAG_END = 6;
31-
}
31+
}

proto/decentraland/sdk/components/primary_pointer_info.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
syntax = "proto3";
22
package decentraland.sdk.components;
33

4+
import "decentraland/common/vectors.proto";
45
import "decentraland/sdk/components/common/id.proto";
56
option (common.ecs_component_id) = 1209;
67

7-
import "decentraland/common/vectors.proto";
8-
98
message PBPrimaryPointerInfo {
109
optional PointerType pointer_type = 1;
1110
// in pixels

0 commit comments

Comments
 (0)