fix [#32020] Image will not render in second (any scene other than first) if scene name is longer than 28 characters

This commit is contained in:
2012-07-08 00:04:41 +00:00
parent 8b9977e354
commit 2c8db87897
11 changed files with 26 additions and 31 deletions

View File

@@ -48,8 +48,8 @@ void IMB_exrtile_write_channels (void *handle, int partx, int party, int level)
void IMB_exrtile_clear_channels (void *handle) { (void)handle; }
void IMB_exr_multilayer_convert (void *handle, void *base,
void * (*addlayer)(void *base, char *str),
void (*addpass)(void *base, void *lay, char *str, float *rect, int totchan, char *chan_id))
void * (*addlayer)(void *base, const char *str),
void (*addpass)(void *base, void *lay, const char *str, float *rect, int totchan, const char *chan_id))
{
(void)handle; (void)base; (void)addlayer; (void)addpass;
}