Skip to content

Commit

Permalink
Fix SuperSample (modules/lyr_std)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackwarthog committed Aug 12, 2013
1 parent 638e829 commit 279d934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synfig-core/src/modules/lyr_std/supersample.cpp
Expand Up @@ -132,7 +132,7 @@ SuperSample::accelerated_render(Context context,Surface *surface,int quality, co
}
target->set_rend_desc(&desc);

if(!render(context-1,target,desc,&subcb))
if(!render(context.get_previous(),target,desc,&subcb))
{
if(cb)cb->error(strprintf(__FILE__"%d: Scanline Renderer Failure",__LINE__));
return false;
Expand Down

0 comments on commit 279d934

Please sign in to comment.