diff --git a/src/extras/input/input.js b/src/extras/input/input.js index d6083aad042..46bf888d392 100644 --- a/src/extras/input/input.js +++ b/src/extras/input/input.js @@ -216,7 +216,6 @@ class InputConsumer { /** * @param {InputFrame} frame - The input frame. * @param {number} dt - The delta time. - * @returns {any} - The controller pose. */ update(frame, dt) { // discard frame by default diff --git a/src/platform/graphics/render-target.js b/src/platform/graphics/render-target.js index 7b193ba3137..37a905c9368 100644 --- a/src/platform/graphics/render-target.js +++ b/src/platform/graphics/render-target.js @@ -514,7 +514,7 @@ class RenderTarget { /** * Accessor for multiple render target color buffers. * - * @param {*} index - Index of the color buffer to get. + * @param {number} index - Index of the color buffer to get. * @returns {Texture} - Color buffer at the specified index. */ getColorBuffer(index) {