fix(Core/Cinematics): Cinematic camera improvements (#25097)
This commit is contained in:
parent
67918db7a0
commit
1d7c5e4b71
20 changed files with 164 additions and 131 deletions
|
|
@ -137,7 +137,7 @@ public:
|
|||
handler->PSendSysMessage("{} waypoints dumped", flyByCameras->size());
|
||||
}
|
||||
|
||||
handler->GetPlayer()->SendCinematicStart(cinematicId);
|
||||
handler->GetPlayer()->GetCinematicMgr().StartCinematic(cinematicId);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue