diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2025-12-07 21:00:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-07 21:00:06 -0700 |
| commit | dbae0c3aca33a022e8c1d511fe521407375057b2 (patch) | |
| tree | 889ebe9e5c03261d92304545c5beae13892831f2 /src/engine/CoreMath.h | |
| parent | 04ca19a9757752676450364e998d6af0d90e73ef (diff) | |
Name ScreenContext, Refactor Course class to Track (#583)
* Rename Screen Contexts
* typedef ScreenContext struct
* Fix Compile
* Rename Course.cpp to Track.cpp
* Refactor Course to Track
* A few renames
* General Cleanup
* More Rename
* More names
* Move TrackSections struct to Track.h
---------
Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/engine/CoreMath.h')
| -rw-r--r-- | src/engine/CoreMath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/CoreMath.h b/src/engine/CoreMath.h index 626b498ae..60cf67e5a 100644 --- a/src/engine/CoreMath.h +++ b/src/engine/CoreMath.h @@ -208,7 +208,7 @@ struct FRotator { }; /** - * For selecting a section of a course path + * For selecting a section of a track path * Usage: IPathSpan(point1, point2) --> IPathSpan(40, 65) */ struct IPathSpan { |
