Merge pull request #94477 from RedMser/typos-batch-1

Fix various typos
This commit is contained in:
Rémi Verschelde 2024-08-28 00:12:12 +02:00
commit e98aaf1caa
No known key found for this signature in database
GPG key ID: C3336907360768E1
9 changed files with 15 additions and 15 deletions

View file

@ -1716,7 +1716,7 @@ LightmapperRD::BakeError LightmapperRD::bake(BakeQuality p_quality, bool p_use_d
light_probe_buffer = rd->storage_buffer_create(sizeof(float) * 4 * 9 * probe_positions.size());
if (p_step_function) {
p_step_function(0.7, RTR("Baking lightprobes"), p_bake_userdata, true);
p_step_function(0.7, RTR("Baking light probes"), p_bake_userdata, true);
}
Vector<RD::Uniform> uniforms;