Skip to content

Commit

Permalink
move finish banner to the finish
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiboz committed May 9, 2018
1 parent a4ebb60 commit aecd22d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Layouts/StartFinish.cs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public void PlaceSignals()
createSign("SIGN_END_01", pos - (dot * SignalDistanceFromCenter), p0, p1);

// banner finish
layout.GetPositionOnPath(FinishDistance);
layout.GetPositionOnPath(FinishDistance + 15.0f);
pos = layout.PosOnPath;
p0 = layout.GetPointPrec();
p1 = layout.GetPointNext();
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### V1.9.0 - 2018/05/09
- Finish banner moved from the finish line;

### V1.8.2 - 2018/05/06
- Removed unused shaders;
- Added blend shader;
Expand Down

0 comments on commit aecd22d

Please sign in to comment.