mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
clang-format: Various fixes to comments alignment from clang-format 13
All reviewed manually and occasionally rewritten to avoid bad auto formatting.
This commit is contained in:
parent
3b11e33a09
commit
3a6be64c12
43 changed files with 368 additions and 485 deletions
|
|
@ -29,6 +29,7 @@
|
|||
/*************************************************************************/
|
||||
|
||||
#include "renderer_canvas_render_rd.h"
|
||||
|
||||
#include "core/config/project_settings.h"
|
||||
#include "core/math/geometry_2d.h"
|
||||
#include "core/math/math_defs.h"
|
||||
|
|
@ -1585,9 +1586,6 @@ void RendererCanvasRenderRD::light_update_shadow(RID p_rid, int p_shadow_index,
|
|||
push_constant.z_far = p_far;
|
||||
push_constant.pad = 0;
|
||||
|
||||
/*if (i == 0)
|
||||
*p_xform_cache = projection;*/
|
||||
|
||||
LightOccluderInstance *instance = p_occluders;
|
||||
|
||||
while (instance) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue