You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Fix various typos with codespell
Also includes typo fixes from #79993, #80068, #80276, and #80303.
Co-authored-by: betalars <contact@betalars.de>
Co-authored-by: spaceyjase <429978+spaceyjase@users.noreply.github.com>
Co-authored-by: Swarkin <102416174+Swarkin@users.noreply.github.com>
Co-authored-by: Raul Santos <raulsntos@gmail.com>
(cherry picked from commit faaf27f284)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user