|
@@ -1203,10 +1203,6 @@ void RasterizerCanvasGLES3::render_joined_item(const BItemJoined &p_bij, RenderI
|
|
|
}
|
|
|
#endif
|
|
|
|
|
|
- // this must be reset for each joined item,
|
|
|
- // it only exists to prevent capturing the screen more than once per item
|
|
|
- state.canvas_texscreen_used = false;
|
|
|
-
|
|
|
// all the joined items will share the same state with the first item
|
|
|
Item *p_ci = bdata.item_refs[p_bij.first_item_ref].item;
|
|
|
|