summaryrefslogtreecommitdiffstats
path: root/chalk/colorspaces/wetsticky/ws/ogl_interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/colorspaces/wetsticky/ws/ogl_interface.c')
-rw-r--r--chalk/colorspaces/wetsticky/ws/ogl_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/colorspaces/wetsticky/ws/ogl_interface.c b/chalk/colorspaces/wetsticky/ws/ogl_interface.c
index 953b10c8..76a552a9 100644
--- a/chalk/colorspaces/wetsticky/ws/ogl_interface.c
+++ b/chalk/colorspaces/wetsticky/ws/ogl_interface.c
@@ -255,7 +255,7 @@ void evolve_paint()
for (k=0; k < STEP_LIMIT; k++) single_step();
while (TRUE) {
- next_cell_for_tqrepaint(&cell, &p);
+ next_cell_for_repaint(&cell, &p);
if (cell == NIL) return;
paint_cell(cell, p.x, p.y);
glFlush();