fix: Register OnRequestMovePulledObject under the right system (#38484)
* fix: Register OnRequestMovePulledObject under the right system * nukeops test flake
This commit is contained in:
@@ -85,7 +85,7 @@ public sealed class PullController : VirtualController
|
||||
{
|
||||
CommandBinds.Builder
|
||||
.Bind(ContentKeyFunctions.MovePulledObject, new PointerInputCmdHandler(OnRequestMovePulledObject))
|
||||
.Register<PullingSystem>();
|
||||
.Register<PullController>();
|
||||
|
||||
_physicsQuery = GetEntityQuery<PhysicsComponent>();
|
||||
_pullableQuery = GetEntityQuery<PullableComponent>();
|
||||
|
||||
Reference in New Issue
Block a user