Skip to content

Commit

Permalink
Rename BoatControlBiased to BoatControlFixed
Browse files Browse the repository at this point in the history
  • Loading branch information
daleeidd committed May 3, 2020
1 parent 0a43fad commit 463888e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using UnityEngine;
using Crest;

public sealed class BoatControlBiased : BoatControl
public sealed class BoatControlFixed : BoatControl
{
[Tooltip("Used to automatically add throttle input"), SerializeField]
float _throttle = 0;
Expand Down

0 comments on commit 463888e

Please sign in to comment.