Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAlvarezMelucciDCL committed Oct 30, 2024
1 parent 7f5c76c commit 963d664
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/decentraland/common/texture.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ message Texture {
string src = 1;
optional TextureWrapMode wrap_mode = 2; // default = TextureWrapMode.Clamp
optional TextureFilterMode filter_mode = 3; // default = FilterMode.Bilinear
optional Vector2 offset = 4 // default = Vector2.Zero
optional Vector2 tiling = 5 // default = Vector2.Zero
optional Vector2 offset = 4; // default = Vector2.Zero
optional Vector2 tiling = 5; // default = Vector2.Zero
}

message AvatarTexture {
Expand Down

0 comments on commit 963d664

Please sign in to comment.