Skip to content

Commit 10b87c1

Browse files
committed
Make field private.
1 parent ec31e09 commit 10b87c1

File tree

1 file changed

+1
-1
lines changed
  • ihmc-high-level-behaviors/src/libgdx/java/us/ihmc/rdx/behaviorTree

1 file changed

+1
-1
lines changed

ihmc-high-level-behaviors/src/libgdx/java/us/ihmc/rdx/behaviorTree/RDXLeafNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public abstract class RDXLeafNode<S extends LeafNodeState<D>,
2424
private final ImGuiHollowArrowRenderer hollowArrowRenderer = new ImGuiHollowArrowRenderer();
2525
private final ImGuiFlashingText flashingDescriptionColor = new ImGuiFlashingText(ImGuiTools.RED);
2626

27-
float lineStartX = Float.NaN;
27+
private float lineStartX = Float.NaN;
2828

2929
public RDXLeafNode(S state, RDXBehaviorTreeRootNode rootNode)
3030
{

0 commit comments

Comments
 (0)