Skip to content

Commit

Permalink
Fix sandbox menu containing the wrong laser object
Browse files Browse the repository at this point in the history
  • Loading branch information
rollerozxa committed Aug 28, 2023
1 parent aebebff commit a4d8ca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/src/object_factory.hh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ enum {
O_RUBBER_BEAM = 68,
O_OPEN_PIVOT_2 = 69,
O_CORNER = 70,
O_SCANNER = 71,
O_LASER = 71,
O_TILTMETER = 72,
O_THRUSTER = 73,
O_ROCKET = 74,
Expand Down Expand Up @@ -155,7 +155,7 @@ enum {
O_IMPACT_SENSOR = 144,
O_LOBBER = 145,
O_HP_CONTROL = 146,
O_LASER = 147,
O_DUPLICATE_LASER = 147,
O_MULTI_EMITTER = 148,
O_SIMPLE_MOTOR = 149,
O_ANGULARVELMETER = 150,
Expand Down

0 comments on commit a4d8ca2

Please sign in to comment.