mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Style: Apply fixes from black and codespell
This commit is contained in:
parent
580d87b837
commit
9a8b5848d8
69 changed files with 85 additions and 117 deletions
|
|
@ -1430,7 +1430,7 @@ void SSEffects::screen_space_reflection(Ref<RenderSceneBuffersRD> p_render_buffe
|
|||
push_constant.camera_z_far = p_projections[v].get_z_far();
|
||||
push_constant.camera_z_near = p_projections[v].get_z_near();
|
||||
push_constant.orthogonal = p_projections[v].is_orthogonal();
|
||||
push_constant.filter = false; //enabling causes arctifacts
|
||||
push_constant.filter = false; //enabling causes artifacts
|
||||
push_constant.screen_size[0] = p_ssr_buffers.size.x;
|
||||
push_constant.screen_size[1] = p_ssr_buffers.size.y;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue