Skip to content

Commit

Permalink
Typo in URL address in Simple Game Tutorial (#230)
Browse files Browse the repository at this point in the history
Removed unnecessary space which breaks URL and causes impossible redirection.
  • Loading branch information
matevos13 authored Sep 14, 2024
1 parent 3878198 commit 61fae3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/start/a-simple-game.md
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ private void logic() {
![3 droplets](/assets/images/dev/a-simple-game/15.png)
These droplets will fall off the screen never to be seen again. Java doesn't forget though. These droplets will remain in memory forever. If you [profile](https:// visualvm.github.io/) your game you'll see that we have a memory leak.
These droplets will fall off the screen never to be seen again. Java doesn't forget though. These droplets will remain in memory forever. If you [profile](https://visualvm.github.io/) your game you'll see that we have a memory leak.

![memory profile](/assets/images/dev/a-simple-game/16.png)

Expand Down

0 comments on commit 61fae3e

Please sign in to comment.