Skip to content

Commit c6ee7f4

Browse files
committed
Fix botched push
2 parents 1a60468 + 915c30b commit c6ee7f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/OctopusKit/Components/Input/Keyboard/KeyboardControlledRotationComponent.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import GameplayKit
2020
public final class KeyboardControlledRotationComponent: OctopusComponent, OctopusUpdatableComponent {
2121

2222
// TODO: Tests
23+
// TODO: Reset the acceleration when the direction reverses, as that is more natural.
2324

2425
public override var requiredComponents: [GKComponent.Type]? {
2526
[KeyboardEventComponent.self,

0 commit comments

Comments
 (0)