summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/glrender.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/glrender.h')
-rw-r--r--Build/source/utils/asymptote/glrender.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/utils/asymptote/glrender.h b/Build/source/utils/asymptote/glrender.h
index de906795ff9..e1e6541bc0b 100644
--- a/Build/source/utils/asymptote/glrender.h
+++ b/Build/source/utils/asymptote/glrender.h
@@ -51,9 +51,9 @@ namespace gl {
void glrender(const string& prefix, const camp::picture* pic,
const string& format, double width, double height,
double angle, const camp::triple& m, const camp::triple& M,
- double *t, size_t nlights, camp::triple *lights, double *diffuse,
- double *ambient, double *specular, bool viewportlighting,
- bool view, int oldpid=0);
+ double *t, double *background, size_t nlights,
+ camp::triple *lights, double *diffuse, double *ambient,
+ double *specular, bool viewportlighting, bool view, int oldpid=0);
}
#else