mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 14:28:05 +02:00
enable call to cell_emit_state()
This commit is contained in:
parent
a1f4a5e802
commit
45b5d3b1fc
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ void cell_update_derived( struct cell_context *cell )
|
|||
compute_cliprect(cell);
|
||||
#endif
|
||||
|
||||
//cell_emit_state(cell);
|
||||
cell_emit_state(cell);
|
||||
|
||||
cell->dirty = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue