Merge branch 'master' into vegetation
This commit is contained in:
commit
63a9f780ca
1 changed files with 1 additions and 2 deletions
|
@ -84,9 +84,8 @@ void SoftwareCanvasRenderer::render() {
|
||||||
started = true;
|
started = true;
|
||||||
progress->reset();
|
progress->reset();
|
||||||
|
|
||||||
render_camera->setRenderSize(canvas->getWidth(), canvas->getHeight());
|
|
||||||
|
|
||||||
prepare();
|
prepare();
|
||||||
|
render_camera->setRenderSize(canvas->getWidth(), canvas->getHeight());
|
||||||
|
|
||||||
// Iterate portions
|
// Iterate portions
|
||||||
int nx = canvas->getHorizontalPortionCount();
|
int nx = canvas->getHorizontalPortionCount();
|
||||||
|
|
Loading…
Reference in a new issue