forked from mirror/DotRecast
update CHANGELOG.md
This commit is contained in:
parent
7212afaac6
commit
72d042b1ea
|
@ -8,13 +8,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Added RcSpans UnitTest
|
- Added RcSpans UnitTest
|
||||||
- Added DtNavMesh.Init() interface
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
- Nothing
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- RcRecast, DtDetour
|
- Changed class name of static functions to RcRecast and DtDetour
|
||||||
|
- Changed DtLink class member variable type from int to byte
|
||||||
|
- Changed initialization in DtNavMesh constructor to Init() function.
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
- Nothing
|
||||||
|
|
||||||
### Special Thanks
|
### Special Thanks
|
||||||
- [@Doprez](https://github.com/Doprez)
|
- [@Doprez](https://github.com/Doprez)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue