Fix freecam for custom courses

This commit is contained in:
MegaMech
2024-11-24 15:38:57 -07:00
parent 55fe8eb13d
commit b7a637abac
6 changed files with 20 additions and 7 deletions
+4
View File
@@ -340,3 +340,7 @@ void TestCourse::RenderCredits() {
void TestCourse::Collision() {}
void TestCourse::Destroy() { }
bool TestCourse::IsMod() {
return true;
}