Skip to content

Commit 84eff9c

Browse files
authored
Fix link to SretchViewport on cameras and viewports page (#11)
1 parent 26fab9e commit 84eff9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_docs/2d/cameras-and-viewports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ onResize { width, height ->
6868

6969
### Stretch Viewport
7070

71-
A viewport that supports using a virtual size (via [StretchViewport](https://github.com/littlektframework/littlekt/blob/master/core/src/commonMain/kotlin/com/littlekt/util/viewport/ScalingViewports.kt#L34)). The virtual viewport is strechted to fit the screen. There are no black bars and the aspect ratio can change after scaling.
71+
A viewport that supports using a virtual size (via [StretchViewport](https://github.com/littlektframework/littlekt/blob/master/core/src/commonMain/kotlin/com/littlekt/util/viewport/ScalingViewport.kt)). The virtual viewport is strechted to fit the screen. There are no black bars and the aspect ratio can change after scaling.
7272

7373
### Extend Viewport
7474

0 commit comments

Comments
 (0)