Skip to content

Commit

Permalink
Tweak changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylann committed Nov 21, 2024
1 parent cd203a9 commit 2643e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For a more detailed list of past and incoming changes, see the commit history.
- Save terrain data immediately when assigning a new `data_directory` (attempt to workaround random saving issue #232)
- Updated name detection in the texture import dialog to work better with AmbientCG and PolyHaven (thanks to GustJc)
- Optimized `HTerrainDetailLayer` process function by updating chunks when needed and spreading calculations over time
- Changed detail layers import settings so that texture format is `L8` (before it was intended to be `R8` but that is handled inefficiently by `save_png` and Godot's import pipeline)
- Changed detail layers format to `L8`. Before it was `R8` but that is handled inefficiently by `save_png` and Godot's import pipeline. It kept using `RGB8` which consumed more memory and printed a "Will be converted" warning.
- Fixed brush cursor looked off-center at close range when using tiny brush sizes
- Fixed error when trying to change `TextureSet` mode while it has textures in it
- Fixed shader parameters not displaying the right value in the inspector until they are set by the user at least once
Expand Down

0 comments on commit 2643e39

Please sign in to comment.