Skip to content

Commit

Permalink
corrected snake case for some properties
Browse files Browse the repository at this point in the history
  • Loading branch information
pravusjif committed Aug 13, 2024
1 parent 4506524 commit 03ee5b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/decentraland/sdk/components/virtual_camera.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ option (common.ecs_component_id) = 1076;

message PBVirtualCamera {
oneof transition {
float transitionTime = 1; // TODO: milliseconds or seconds?
float transitionSpeed = 2;
float transition_time = 1; // seconds
float transition_speed = 2;
}
}

0 comments on commit 03ee5b4

Please sign in to comment.