Fix rotator dirty spelling (#20421)

This commit is contained in:
metalgearsloth 2023-09-23 16:39:07 +10:00 committed by GitHub
parent b8b4e918e2
commit c3cc66bb32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@ public abstract class SharedMouseRotatorSystem : EntitySystem
{
// Stop rotating if we finished
rotator.GoalRotation = null;
Dirty(uid, rotater);
Dirty(uid, rotator);
}
}
}