Skip to content

Commit f4b76a3

Browse files
Bugfix
Enum value used twice. Bugfix
1 parent 2818388 commit f4b76a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osi_object.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ message StationaryObject
318318

319319
// Object is a pole (e.g. traffic light).
320320
//
321-
TYPE_POLE = 4;
321+
TYPE_POLE = 20;
322322

323323
// Object is a pylon.
324324
//

0 commit comments

Comments
 (0)