File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1287,6 +1287,10 @@ void Actor::OnNewMovePath() {
1287
1287
// ////////////////////////////////////////////////////////////////////////////////////////
1288
1288
1289
1289
void Actor::PreControllerUpdate () {
1290
+ if (m_UpdateMovePath) {
1291
+ UpdateMovePath ();
1292
+ }
1293
+
1290
1294
if (m_PathRequest && m_PathRequest->complete ) {
1291
1295
m_MovePath = const_cast <std::list<Vector> &>(m_PathRequest->path );
1292
1296
m_PathRequest.reset ();
@@ -1304,10 +1308,6 @@ void Actor::Update()
1304
1308
// Hit Body update and handling
1305
1309
MOSRotating::Update ();
1306
1310
1307
- if (m_UpdateMovePath) {
1308
- UpdateMovePath ();
1309
- }
1310
-
1311
1311
m_PieMenu->Update ();
1312
1312
1313
1313
// Update the viewpoint to be at least what the position is
You can’t perform that action at this time.
0 commit comments