File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
starling/src/starling/rendering Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -953,14 +953,14 @@ package starling.rendering
953
953
954
954
/** Returns the current width of the back buffer. In most cases, this value is in pixels;
955
955
* 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 '
957
957
* for the actual pixel count. Alternatively, use the Context3D-property with the
958
958
* same name: it will return the exact pixel values. */
959
959
public function get backBufferWidth ():int { return _backBufferWidth ; }
960
960
961
961
/** Returns the current height of the back buffer. In most cases, this value is in pixels;
962
962
* 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 '
964
964
* for the actual pixel count. Alternatively, use the Context3D-property with the
965
965
* same name: it will return the exact pixel values. */
966
966
public function get backBufferHeight ():int { return _backBufferHeight ; }
You can’t perform that action at this time.
0 commit comments