diff options
| author | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2024-11-24 15:38:57 -0700 |
|---|---|---|
| committer | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2024-11-24 15:38:57 -0700 |
| commit | b7a637abacee267bd5f121439919f997a03113d8 (patch) | |
| tree | e9acc6cd72b0d41f96a5b21a5e99c47858b72530 /src/engine/courses/TestCourse.cpp | |
| parent | 55fe8eb13d010699abaedd289c0377678c36072e (diff) | |
Fix freecam for custom courses
Diffstat (limited to 'src/engine/courses/TestCourse.cpp')
| -rw-r--r-- | src/engine/courses/TestCourse.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/engine/courses/TestCourse.cpp b/src/engine/courses/TestCourse.cpp index 4a132c410..05f6c9ed2 100644 --- a/src/engine/courses/TestCourse.cpp +++ b/src/engine/courses/TestCourse.cpp @@ -340,3 +340,7 @@ void TestCourse::RenderCredits() { void TestCourse::Collision() {} void TestCourse::Destroy() { } + +bool TestCourse::IsMod() { + return true; +}
\ No newline at end of file |
