mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #100774 from Geometror/rm-leftover-print-lightmapper
Remove leftover debug print statement from `lightmapper_rd.cpp`
This commit is contained in:
commit
2582793d40
1 changed files with 0 additions and 2 deletions
|
|
@ -485,8 +485,6 @@ void LightmapperRD::_create_acceleration_structures(RenderingDevice *rd, Size2i
|
||||||
RID material = mi.data.material[i];
|
RID material = mi.data.material[i];
|
||||||
if (material.is_valid()) {
|
if (material.is_valid()) {
|
||||||
t.cull_mode = RSG::material_storage->material_get_cull_mode(material);
|
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
|
t.pad1 = 0; //make valgrind not complain
|
||||||
triangles.push_back(t);
|
triangles.push_back(t);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue