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 9e51d52 commit 1cdf8e3Copy full SHA for 1cdf8e3
Sources/GateEngine/ECS/3D Specific/Rig/Rig3DSystem.swift
@@ -101,7 +101,7 @@ public final class Rig3DSystem: System {
101
for entity in context.entities {
102
if let rigAttachmentComponent = entity.component(ofType: RigAttachmentComponent.self) {
103
updateRigAttachmentTransform(
104
- game,
+ context,
105
entity: entity,
106
rigAttachmentComponent: rigAttachmentComponent
107
)
@@ -122,7 +122,7 @@ public final class Rig3DSystem: System {
122
}
123
124
private func updateRigAttachmentTransform(
125
- _ game: Game,
+ _ context: ECSContext,
126
entity: Entity,
127
rigAttachmentComponent: RigAttachmentComponent
128
) {
0 commit comments