diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ Note: This is a full-screen post process effect and cannot be enabled/disabled f ![](./doc/screenshot_smooth.png) Configuration Used: ```rs -grex_outline_post_process::components::OutlinePostProcessSettings { +bevy_outline_post_process::components::OutlinePostProcessSettings { weight: 2.0, threshold: 0.0, } |