Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
v002.0094 Typo Fix
Browse files Browse the repository at this point in the history
Fixes graphical mistake in Course Generation Hud Page
  • Loading branch information
pops64 committed Jun 11, 2018
1 parent ffae586 commit 7b62c7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hud.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1818,7 +1818,7 @@ function courseplay.hud:setupVehicleHud(vehicle)
courseplay.button:new(vehicle, 8, nil, 'changeStartingDirection', nil, self.col1posX, self.linesPosY[4], self.col3posX[ self.PAGE_COURSE_GENERATION ] - self.col1posX, self.lineHeight, 4, nil, true);
courseplay.button:new(vehicle, 8, { 'iconSprite.png', 'navUp' }, 'changeRowAngle', 22.5, self.buttonPosX[2], self.linesButtonPosY[4], wSmall, hSmall, 4, nil, false);
courseplay.button:new(vehicle, 8, { 'iconSprite.png', 'navDown' }, 'changeRowAngle', -22.5, self.buttonPosX[1], self.linesButtonPosY[4], wSmall, hSmall, 4, nil, false);
courseplay.button:new(vehicle, 8, nil, 'changeRowAngle', 1, mouseWheelArea.x, self.linesButtonPosY[4], mouseWheelArea.w, mouseWheelArea.h, 2, 0.5, true, true);
courseplay.button:new(vehicle, 8, nil, 'changeRowAngle', 1, mouseWheelArea.x, self.linesButtonPosY[4], mouseWheelArea.w, mouseWheelArea.h, 4, 0.5, true, true);
-- line 5 (return to first point)
courseplay.button:new(vehicle, 8, nil, 'toggleReturnToFirstPoint', nil, self.col1posX, self.linesPosY[5], self.contentMaxWidth, self.lineHeight, 5, nil, true);

Expand Down
2 changes: 1 addition & 1 deletion modDesc.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="37">
<version>5.02.00093</version>
<version>5.02.00094</version>
<author><![CDATA[Courseplay.devTeam]]></author>
<title>
<br>CoursePlay 5</br>
Expand Down

0 comments on commit 7b62c7c

Please sign in to comment.