You've already forked godot
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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user