Skip to content

Commit

Permalink
Remove leftover print in lightmapper_rd.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometror committed Dec 23, 2024
1 parent 0f95e9f commit 3cc5f6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/lightmapper_rd/lightmapper_rd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,6 @@ void LightmapperRD::_create_acceleration_structures(RenderingDevice *rd, Size2i
RID material = mi.data.material[i];
if (material.is_valid()) {
t.cull_mode = RSG::material_storage->material_get_cull_mode(material);
} else {
print_line("No material for mesh with vertex count ", mi.data.points.size());
}
t.pad1 = 0; //make valgrind not complain
triangles.push_back(t);
Expand Down

0 comments on commit 3cc5f6e

Please sign in to comment.