Skip to content

Commit

Permalink
LightControl: correct some copy-paste errors in the javadoc (#2150)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold authored Nov 29, 2023
1 parent 915ad74 commit 3618ff0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2009-2021 jMonkeyEngine
* Copyright (c) 2009-2023 jMonkeyEngine
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -49,7 +49,7 @@
import java.io.IOException;

/**
* This Control maintains a reference to a Camera,
* This Control maintains a reference to a Light,
* which will be synched with the position (worldTranslation)
* of the current spatial.
*
Expand Down Expand Up @@ -92,7 +92,7 @@ public LightControl(Light light) {

/**
* @param light The light to be synced.
* @param controlDir SpatialToCamera or CameraToSpatial
* @param controlDir SpatialToLight or LightToSpatial
*/
public LightControl(Light light, ControlDirection controlDir) {
this.light = light;
Expand Down

0 comments on commit 3618ff0

Please sign in to comment.