forked from AuroraMiddleware/gtk
gl renderer: Don't save repeat nodes to disk
This is just debuggin code someone forgot.
This commit is contained in:
parent
c5d24fc5cd
commit
1817025f46
@ -2072,7 +2072,7 @@ render_repeat_node (GskGLRenderer *self,
|
||||
&child->bounds,
|
||||
child,
|
||||
®ion, &is_offscreen,
|
||||
RESET_CLIP | RESET_OPACITY | DUMP_FRAMEBUFFER| FORCE_OFFSCREEN));
|
||||
RESET_CLIP | RESET_OPACITY | FORCE_OFFSCREEN));
|
||||
|
||||
ops_set_program (builder, &self->repeat_program);
|
||||
ops_set_texture (builder, region.texture_id);
|
||||
|
Loading…
Reference in New Issue
Block a user