diff options
| author | Juan Linietsky <reduzio@gmail.com> | 2017-06-15 21:28:05 -0300 |
|---|---|---|
| committer | Juan Linietsky <reduzio@gmail.com> | 2017-06-16 08:30:21 -0300 |
| commit | 29cfc365aa270601d2308bcc4b84ffb55f7241b7 (patch) | |
| tree | 40fb769b3be6735cc6f833ace1a75dd694b6ba6d /servers/visual/visual_server_wrap_mt.h | |
| parent | 3fadbe2172359e2012cd461626e6dcc829d896e9 (diff) | |
| download | redot-engine-29cfc365aa270601d2308bcc4b84ffb55f7241b7.tar.gz | |
Fixes to SSR, WIP.
Diffstat (limited to 'servers/visual/visual_server_wrap_mt.h')
| -rw-r--r-- | servers/visual/visual_server_wrap_mt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/visual/visual_server_wrap_mt.h b/servers/visual/visual_server_wrap_mt.h index 05d8fb3dcd..8df46b6bab 100644 --- a/servers/visual/visual_server_wrap_mt.h +++ b/servers/visual/visual_server_wrap_mt.h @@ -390,7 +390,7 @@ public: FUNC2(environment_set_bg_energy, RID, float) FUNC2(environment_set_canvas_max_layer, RID, int) FUNC4(environment_set_ambient_light, RID, const Color &, float, float) - FUNC8(environment_set_ssr, RID, bool, int, float, float, float, bool, bool) + FUNC7(environment_set_ssr, RID, bool, int, float, float, float, bool) FUNC10(environment_set_ssao, RID, bool, float, float, float, float, float, float, const Color &, bool) FUNC6(environment_set_dof_blur_near, RID, bool, float, float, float, EnvironmentDOFBlurQuality) |
