Skip to content

Commit

Permalink
Updated GUIGlObjectTypes.h. Refs #13894
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarezlopez committed Dec 19, 2023
1 parent 5ac27b7 commit 848130d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/utils/gui/globjects/GUIGlObjectTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ enum GUIGlObjectType {
GLO_LANE = 3,
/// @brief a junction
GLO_JUNCTION = 4,
/// @brief a connection
GLO_CONNECTION = 5,
/// @brief a walkingArea
GLO_WALKINGAREA = 6,
GLO_WALKINGAREA = 5,
/// @brief a connection
GLO_CONNECTION = 6,
/// @brief a tl-logic
GLO_CROSSING = 7,
/// @brief a tl-logic
Expand Down

0 comments on commit 848130d

Please sign in to comment.