We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c2eeee commit 4f6eadbCopy full SHA for 4f6eadb
unreal-cpp-net-fps/Source/Floppybots/Processors/SyncRotationProcessor.cpp
@@ -41,9 +41,9 @@ auto USyncRotationProcessor::Execute(
41
42
for(auto i = 0; num_entities > i; ++i) {
43
auto ecsact_entity_rot = FVector{
44
+ rot_fragments[i].component.Roll,
45
rot_fragments[i].component.Pitch,
- rot_fragments[i].component.Yaw,
46
- rot_fragments[i].component.Roll
+ rot_fragments[i].component.Yaw
47
};
48
auto& entity_transform = transform_fragments[i].GetMutableTransform();
49
0 commit comments