fixing something called preflight

This commit is contained in:
Vishal 2023-12-25 09:39:51 +05:30 committed by GitHub
parent 8d0914dc28
commit eed6a5f5f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -1878,4 +1878,4 @@ auto PythonMethodsScene::GetMethods() -> std::vector<PyMethodDef> {
#pragma clang diagnostic pop
} // namespace ballistica::scene_v1
} // namespace ballistica::scene_v1

View File

@ -1139,4 +1139,4 @@ void ClientSession::DumpFullState(SessionStream* out) {
}
}
} // namespace ballistica::scene_v1
} // namespace ballistica::scene_v1

View File

@ -262,4 +262,4 @@ void ClientSessionReplay::OnReset(bool rewind) {
}
}
} // namespace ballistica::scene_v1
} // namespace ballistica::scene_v1

View File

@ -1487,4 +1487,4 @@ void SceneV1AppMode::RunMainMenu() {
}
}
} // namespace ballistica::scene_v1
} // namespace ballistica::scene_v1

View File

@ -268,4 +268,4 @@ class SceneV1AppMode : public base::AppMode {
} // namespace ballistica::scene_v1
#endif // BALLISTICA_SCENE_V1_SUPPORT_SCENE_V1_APP_MODE_H_
#endif // BALLISTICA_SCENE_V1_SUPPORT_SCENE_V1_APP_MODE_H_