Skip to content

Commit da7f832

Browse files
committed
Fix typo & link
1 parent c1e50cc commit da7f832

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_posts/2024/2024-10-17-gdx-1-13.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The following changes require you to adapt your existing libGDX codebases:
4747
In addition, there are a couple notable changes:
4848

4949
- [CORE] There have been a couple of minor performance improvements, in particular to `Sprite` and `SpriteBatch`.
50-
- [CORE] Added Framebuffer multisample support ([#7185](https://github.com/libgdx/libgdx/pull/7185)). Take a look at [`GL31FrameBufferMultisampleTest`](https://github.com/libgdx/libgdx/blob/master/tests/gdx-tests/src/com/badlogic/gdx/tests/gles31/GL31FrameBufferMultisampleTest.java) for a simple example of how to use it.
50+
- [CORE] Added framebuffer multisample support ([#7185](https://github.com/libgdx/libgdx/pull/7185)). Take a look at [`GL31FrameBufferMultisampleTest`](https://github.com/libgdx/libgdx/blob/master/tests/gdx-tests/src/com/badlogic/gdx/tests/gles31/GL31FrameBufferMultisampleTest.java) for a simple example of how to use it.
5151
- [CORE] There is a new API to get user input via native text fields ([#7004](https://github.com/libgdx/libgdx/pull/7004)).
5252
- [GWT] The audio device can be switched now ([#7243](https://github.com/libgdx/libgdx/pull/7243)). This has to be enabled via `GwtApplicationConfiguration#fetchAvailableOutputDevices` beforehand.
5353
- [iOS] Updated to [MobiVM 2.3.21](https://github.com/MobiVM/robovm/wiki/Changelog#2321-february-2024) from 2.3.21.

_posts/2025/2025-01-08-gdx-1-13-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Hot off the press: libGDX 1.13.1 brings a few pressing bugfixes as well as a cou
3131
- [iOS] Updated to [MobiVM 2.3.22](https://github.com/MobiVM/robovm/wiki/Changelog#current-master-2322----work-in-progress) from 2.3.21.
3232
- [LWJGL3] We downgraded the LWJGL version to 3.3.3 to avoid the ongoing antivirus false positives. This means that the RISC-V support is only available in libGDX 1.13.1 if you manually upgrade your LWJGL dependency ([#7555](https://github.com/libgdx/libgdx/pull/7555)).
3333

34-
To check out our progress towards the next release, take a look at the [corresponding milestone](https://github.com/libgdx/libgdx/milestone/7) on GitHub. As always, we appreciate feedback on the issues/PRs already part of the milestone and would like to invite you to bring forward anything still missing on our [Discord](/community/discord/) server!
34+
To check out our progress towards the next release, take a look at the [corresponding milestone](https://github.com/libgdx/libgdx/milestone/8) on GitHub. As always, we appreciate feedback on the issues/PRs already part of the milestone and would like to invite you to bring forward anything still missing on our [Discord](/community/discord/) server!
3535

3636
### Full changelog
3737
Updating your Gradle project is straight-forward: Check out the instructions [on the wiki](/wiki/articles/updating-libgdx)!

0 commit comments

Comments
 (0)