Skip to content

Commit

Permalink
LandscapeControl: add "this." qualifier to LHS of assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Mar 24, 2023
1 parent 6f95403 commit 3b74a1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ final class LandscapeControl extends SubtreeControl {
*/
private LandscapeControl() {
super();
assetManager = null;
this.assetManager = null;
}

/**
Expand Down

0 comments on commit 3b74a1a

Please sign in to comment.