Skip to content

Commit 007062a

Browse files
fixed outdated asdoc reference
1 parent f97802f commit 007062a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

starling/src/starling/rendering/Painter.as

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -953,14 +953,14 @@ package starling.rendering
953953

954954
/** Returns the current width of the back buffer. In most cases, this value is in pixels;
955955
* however, if the app is running on an HiDPI display with an activated
956-
* 'supportHighResolutions' setting, you have to multiply with 'backBufferPixelsPerPoint'
956+
* 'supportHighResolutions' setting, you have to multiply with 'backBufferScaleFactor'
957957
* for the actual pixel count. Alternatively, use the Context3D-property with the
958958
* same name: it will return the exact pixel values. */
959959
public function get backBufferWidth():int { return _backBufferWidth; }
960960

961961
/** Returns the current height of the back buffer. In most cases, this value is in pixels;
962962
* however, if the app is running on an HiDPI display with an activated
963-
* 'supportHighResolutions' setting, you have to multiply with 'backBufferPixelsPerPoint'
963+
* 'supportHighResolutions' setting, you have to multiply with 'backBufferScaleFactor'
964964
* for the actual pixel count. Alternatively, use the Context3D-property with the
965965
* same name: it will return the exact pixel values. */
966966
public function get backBufferHeight():int { return _backBufferHeight; }

0 commit comments

Comments
 (0)