Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ protected static class ActiveIndicator {
}

/** An entity class for a point on a path, with the support of fundamental operations. */
protected class PathPoint {
protected static class PathPoint {
// The vector to the position of the point.
float[] posVec = new float[2];
// The tangent vector of this point on a path. The length is not guaranteed.
Expand Down
Loading