Cleanup: redundant expression

This commit is contained in:
Kévin Dietrich 2021-03-26 10:50:13 +01:00
parent ea12df51b8
commit fb6c29f59c
1 changed files with 0 additions and 1 deletions

View File

@ -1584,7 +1584,6 @@ void GeometryManager::device_update_preprocess(Device *device, Scene *scene, Pro
dscene->tri_vnormal.tag_realloc();
dscene->tri_vindex.tag_realloc();
dscene->tri_patch.tag_realloc();
dscene->tri_vnormal.tag_realloc();
dscene->tri_patch_uv.tag_realloc();
dscene->tri_shader.tag_realloc();
dscene->patches.tag_realloc();