Skip to content

Commit 95017a5

Browse files
authored
Doc fix (#7987)
1 parent 548926d commit 95017a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/framework/app-base.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1749,9 +1749,9 @@ class AppBase extends EventHandler {
17491749
* Draws a texture at [x, y] position on screen, with size [width, height]. The origin of the
17501750
* screen is top-left [0, 0]. Coordinates and sizes are in projected space (-1 .. 1).
17511751
*
1752-
* @param {number} x - The x coordinate on the screen of the top left corner of the texture.
1752+
* @param {number} x - The x coordinate on the screen of the center of the texture.
17531753
* Should be in the range [-1, 1].
1754-
* @param {number} y - The y coordinate on the screen of the top left corner of the texture.
1754+
* @param {number} y - The y coordinate on the screen of the center of the texture.
17551755
* Should be in the range [-1, 1].
17561756
* @param {number} width - The width of the rectangle of the rendered texture. Should be in the
17571757
* range [0, 2].
@@ -1792,9 +1792,9 @@ class AppBase extends EventHandler {
17921792
* Draws a depth texture at [x, y] position on screen, with size [width, height]. The origin of
17931793
* the screen is top-left [0, 0]. Coordinates and sizes are in projected space (-1 .. 1).
17941794
*
1795-
* @param {number} x - The x coordinate on the screen of the top left corner of the texture.
1795+
* @param {number} x - The x coordinate on the screen of the center of the texture.
17961796
* Should be in the range [-1, 1].
1797-
* @param {number} y - The y coordinate on the screen of the top left corner of the texture.
1797+
* @param {number} y - The y coordinate on the screen of the center of the texture.
17981798
* Should be in the range [-1, 1].
17991799
* @param {number} width - The width of the rectangle of the rendered texture. Should be in the
18001800
* range [0, 2].

0 commit comments

Comments
 (0)