diff options
Diffstat (limited to 'src/mapping.c')
-rw-r--r-- | src/mapping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapping.c b/src/mapping.c index 8570966..c2fed73 100644 --- a/src/mapping.c +++ b/src/mapping.c @@ -23,7 +23,7 @@ ReflectionList *mapping_create(ControlContext *ctx) { int i; /* Create reflection context */ - reflectionlist = reflection_init(); + reflectionlist = reflectionlist_new(); /* Pass all images through itrans * (let itrans add the reflections to reflectionlist for now) */ |