forgot note for last commit;

There's one 'volatile' warning in pipeline.c still, should be harmless...
it is bad code to be rewritten soon.
This commit is contained in:
Ton Roosendaal
2006-02-24 10:21:40 +00:00
parent 7930c40051
commit d5096f48b1

View File

@@ -762,7 +762,6 @@ void RE_SetView(Render *re, float mat[][4])
}
/* image and movie output has to move to either imbuf or kernel */
void RE_display_init_cb(Render *re, void (*f)(RenderResult *rr))
{
re->display_init= f;