comparison exporters.pde @ 197:4bdb6d0df3ca

Oops, wrong variable name.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 23 Aug 2018 20:42:39 +0300
parents 5c08f024e542
children 823672f83ae9
comparison
equal deleted inserted replaced
196:5c08f024e542 197:4bdb6d0df3ca
1305 { 1305 {
1306 PImage output; 1306 PImage output;
1307 1307
1308 if (border) 1308 if (border)
1309 { 1309 {
1310 pimage = createImage( 1310 output = createImage(
1311 (X + bordh) * omag, 1311 (X + bordh) * omag,
1312 (Y + bordv) * omag, 1312 (Y + bordv) * omag,
1313 RGB); 1313 RGB);
1314 1314
1315 mpRenderToImageAt(output, int((bordh * omag) / 2), int((bordv * omag) / 2), omag); 1315 mpRenderToImageAt(output, int((bordh * omag) / 2), int((bordv * omag) / 2), omag);