Notify relative component to acquire wind information when the tag of

global wind and local wind in PhysX configuration changes.

Signed-off-by: T.J. McGrath-Daly <tj.mcgrath.daly@huawei.com>
This commit is contained in:
Tobias Alexander Franke
2021-12-07 17:00:52 +08:00
committed by T.J. McGrath-Daly
parent d20aa935ba
commit 4245bf7ac9
+1 -1
View File
@@ -177,7 +177,7 @@ namespace PhysX
AZStd::vector<EntityTransformHandler> m_entityTransformHandlers;
AZStd::vector<AZ::Aabb> m_pendingAabbUpdates;
ChangeCallback m_changeCallback;
bool m_changed = false;
bool m_changed = true;
};
WindProvider::WindProvider()