2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-21 16:19:12 +00:00

Name PathCamera property fields

This commit is contained in:
Jack Andersen
2018-06-25 19:42:16 -10:00
parent 68504f5c3a
commit f8b8211b0f
6 changed files with 42 additions and 38 deletions

View File

@@ -5,7 +5,7 @@
namespace urde
{
CCameraSpline::CCameraSpline(bool b) : x48_closedLoop(b) {}
CCameraSpline::CCameraSpline(bool closedLoop) : x48_closedLoop(closedLoop) {}
void CCameraSpline::CalculateKnots(TUniqueId cameraId, const std::vector<SConnection>& connections, CStateManager& mgr)
{