1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Remove duplicate comments

A few single line comments were duplicated, probably due to bad merges.

This commit removes the obviously duplicate ones.
This commit is contained in:
Dennis Brakhane
2021-04-25 17:03:56 +02:00
parent 15a85fe971
commit 31d41d83c3
6 changed files with 0 additions and 8 deletions

View File

@@ -7922,7 +7922,6 @@ void RendererStorageRD::global_variable_set_override(const StringName &p_name, c
_global_variable_mark_buffer_dirty(gv.buffer_index, gv.buffer_elements);
} else {
//texture
//texture
for (Set<RID>::Element *E = gv.texture_materials.front(); E; E = E->next()) {
Material *material = material_owner.getornull(E->get());