aboutsummaryrefslogtreecommitdiff
path: root/lib/systems/camera_adjuster.js
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2024-05-08 18:37:48 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2024-05-08 18:37:48 +0200
commit32e2eed2a003c9be98f344ae70248139162b6969 (patch)
tree7883586f5b106a569c58bc74c3fa17f780176f27 /lib/systems/camera_adjuster.js
parent2b9badac1345c865c34097bc5d1699329b53fdc8 (diff)
Add a few commentsHEADmain
Diffstat (limited to 'lib/systems/camera_adjuster.js')
-rw-r--r--lib/systems/camera_adjuster.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/systems/camera_adjuster.js b/lib/systems/camera_adjuster.js
index 9182343..21d391e 100644
--- a/lib/systems/camera_adjuster.js
+++ b/lib/systems/camera_adjuster.js
@@ -10,6 +10,9 @@ const internals = {
}
};
+/**
+ * UI that adjusts the parameters of the camera
+ */
export default class CameraAdjuster extends System {
constructor(container) {