diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-08-04 15:16:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 15:16:00 +0200 |
commit | 57aac04480fbff602d1b638d94553d2611da6e16 (patch) | |
tree | a58e89d33b89332eeb2609ae19079b959d196b36 /modules/lightmapper_rd | |
parent | 4b3264af0f8f72416e0c06eacdc8cef16ab614a1 (diff) | |
parent | 6f02183f8c99694ca80bbd93234cf3fc338cd54e (diff) |
Merge pull request #63906 from Faless/fix/4.x_warnings
Diffstat (limited to 'modules/lightmapper_rd')
-rw-r--r-- | modules/lightmapper_rd/lightmapper_rd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lightmapper_rd/lightmapper_rd.h b/modules/lightmapper_rd/lightmapper_rd.h index 88860ad0d4..bf6b4399ca 100644 --- a/modules/lightmapper_rd/lightmapper_rd.h +++ b/modules/lightmapper_rd/lightmapper_rd.h @@ -183,7 +183,7 @@ class LightmapperRD : public Lightmapper { } }; - void _plot_triangle_into_triangle_index_list(int p_size, const Vector3i &p_ofs, const AABB &p_bounds, const Vector3 p_points[], uint32_t p_triangle_index, LocalVector<TriangleSort> &triangles, uint32_t p_grid_size); + void _plot_triangle_into_triangle_index_list(int p_size, const Vector3i &p_ofs, const AABB &p_bounds, const Vector3 p_points[3], uint32_t p_triangle_index, LocalVector<TriangleSort> &triangles, uint32_t p_grid_size); struct RasterPushConstant { float atlas_size[2] = {}; |