Skip to content

Commit

Permalink
Cleanup in MOPixel and MOSParticle
Browse files Browse the repository at this point in the history
Removed hardcoded 10 second LifeTime restriction from MOPixel and MOSParticle
  • Loading branch information
MaximDude committed May 17, 2020
1 parent 9b4805d commit e589af5
Show file tree
Hide file tree
Showing 5 changed files with 843 additions and 1,647 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- Physics constants handling removed from `FrameMan` and now hardcoded in `Constants`. Lua bindings moved to `RTETools` and are now called without the `FrameMan` prefix like so:
`GetPPM()`, `GetMPP()`, `GetPPL()`, `GetLPP()`.

- Removed hardcoded 10 second `LifeTime` restriction for `MOPixel` and `MOSParticle`.

### Fixed

Expand Down
Loading

0 comments on commit e589af5

Please sign in to comment.