Skip to content

Commit

Permalink
Merge pull request #672 from threedworld-mit/wireframe_bug
Browse files Browse the repository at this point in the history
Fixed: Can't change wireframe color
  • Loading branch information
alters-mit authored Jan 19, 2024
2 parents 7b08b48 + 6afd770 commit fd84dbe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Documentation/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

To upgrade from TDW v1.11 to v1.12, read [this guide](upgrade_guides/v1.11_to_v1.12.md).

## v1.12.22

### Build

- Fixed: `set_wireframe_material` can't change the material's color.

## v1.12.21

### Command API
Expand Down
2 changes: 1 addition & 1 deletion Python/tdw/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.12.21.0"
__version__ = "1.12.22.0"

0 comments on commit fd84dbe

Please sign in to comment.