Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Oct 29, 2023
1 parent 2674980 commit 128b291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Jip

## Features

### Physics based rendering (PBR) shaders
### Physically based rendering (PBR) shaders

We've been discussing shader improvements, and the initial changes are now live! PBR shaders have been implemented for all units, including mods, when you have the high fidelity preset selected. The medium fidelity preset now corresponds to the previous high fidelity setting, while the low fidelity preset remains unaffected.

Expand Down
2 changes: 1 addition & 1 deletion lua/ui/lobby/changelogData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gamePatches = {
"",
"## Features",
"",
"### Physics based rendering (PBR) shaders",
"### Physically based rendering (PBR) shaders",
"",
"We've been discussing shader improvements, and the initial changes are now live! PBR shaders have been implemented for all units, including mods, when ",
"you have the high fidelity preset selected. The medium fidelity preset now corresponds to the previous high fidelity setting, while the low fidelity ",
Expand Down

0 comments on commit 128b291

Please sign in to comment.